Html Css Color HEX #C0806D Brandy Rose

📋 copy color: '#C0806D'

red 192 ◦ green 128 ◦ blue 109

#C0806D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #C0806D

Tints of Brandy Rose #C0806D

RGB

 RED value IS 192 (75.39% from 255) = 44.76%

 GREEN value IS 128 (50.39% from 255) = 29.84%

 BLUE value IS 109 (42.97% from 255) = 25.41%

R = 44.76%
G = 29.84%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C0806D (or 0xC0806D) is known color: Brandy Rose. HEX triplet: C0, 80 and 6D. RGB value is (192,128,109). Sum of RGB (Red+Green+Blue) = 192+128+109=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0806D is #3F7F92. Grayscale: #919191. Windows color (decimal): -4161427 or 7176384. OLE color: 7176384.

HSL color Cylindrical-coordinate representation of color #C0806D: hue angle of 13.73º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0806D is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 128 109 -
CMYK 0 0.33 0.43 0.25
HSL 13.73º 0.4% 0.59% -
HSV(B) 13.73º 0.43% 0.75% -
XYZ 32.22 27.75 18.13 -
YUV 144.97 107.7 161.54 -
System Red Green Blue C M Y K H S L
Decimal 192 128 109 0 0.33 0.43 0.25 13.73 0.4 0.59
Hex C0 80 6D 0 21 2B 19 E 28 3B
Octal 300 200 155 0 41 53 31 16 50 73
Binary 11000000 10000000 1101101 0 100001 101011 11001 1110 101000 111011

Color Harmonies of #C0806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0806D

Black with #C0806D

Text Example


Text Example

White with #C0806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0806D; }

 p { color: rgb(192,128,109); }

 H1.HeaderClassName
 {
   color: #C0806D;
 }
 .AnyTagClassName
 {
   color: #C0806D;
 }
</style>

background-color css

<style>
 a { background-color: #C0806D; }

 a { background-color: rgb(192,128,109); }

 div.DivClassName
 {
   background-color: #C0806D;
 }
 .BgClassName
 {
   background-color: #C0806D;
 }
</style>

border-color css

<style>
 span { border-color: #C0806D; }

 span { border-color: rgb(192,128,109); }

 td.TdClassName
 {
   border-color: #C0806D;
 }
 .TagClassName
 {
   border-color: #C0806D;
 }
</style>