Html Css Color HEX #C08A76 Brandy Rose

📋 copy color: '#C08A76'

red 192 ◦ green 138 ◦ blue 118

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

Shades of Brandy Rose #C08A76

Tints of Brandy Rose #C08A76

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.8%

 BLUE value IS 118 (46.48% from 255) = 26.34%

R = 42.86%
G = 30.8%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C08A76 (or 0xC08A76) is known color: Brandy Rose. HEX triplet: C0, 8A and 76. RGB value is (192,138,118). Sum of RGB (Red+Green+Blue) = 192+138+118=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08A76 is #3F7589. Grayscale: #979797. Windows color (decimal): -4158858 or 7768768. OLE color: 7768768.

HSL color Cylindrical-coordinate representation of color #C08A76: hue angle of 16.22º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C08A76 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 138 118 -
CMYK 0 0.28 0.39 0.25
HSL 16.22º 0.37% 0.61% -
HSV(B) 16.22º 0.39% 0.75% -
XYZ 34.1 30.69 21.27 -
YUV 151.87 108.89 156.63 -
System Red Green Blue C M Y K H S L
Decimal 192 138 118 0 0.28 0.39 0.25 16.22 0.37 0.61
Hex C0 8A 76 0 1C 27 19 10 25 3D
Octal 300 212 166 0 34 47 31 20 45 75
Binary 11000000 10001010 1110110 0 11100 100111 11001 10000 100101 111101

Color Harmonies of #C08A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08A76

Black with #C08A76

Text Example


Text Example

White with #C08A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08A76; }

 p { color: rgb(192,138,118); }

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

background-color css

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

 a { background-color: rgb(192,138,118); }

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

border-color css

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

 span { border-color: rgb(192,138,118); }

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