Html Css Color HEX #C88176 Brandy Rose

📋 copy color: '#C88176'

red 200 ◦ green 129 ◦ blue 118

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

Shades of Brandy Rose #C88176

Tints of Brandy Rose #C88176

RGB

 RED value IS 200 (78.52% from 255) = 44.74%

 GREEN value IS 129 (50.78% from 255) = 28.86%

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

R = 44.74%
G = 28.86%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C88176 (or 0xC88176) is known color: Brandy Rose. HEX triplet: C8, 81 and 76. RGB value is (200,129,118). Sum of RGB (Red+Green+Blue) = 200+129+118=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C88176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88176 is #377E89. Grayscale: #959595. Windows color (decimal): -3636874 or 7766472. OLE color: 7766472.

HSL color Cylindrical-coordinate representation of color #C88176: hue angle of 8.05º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C88176 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 129 118 -
CMYK 0 0.36 0.41 0.22
HSL 8.05º 0.43% 0.62% -
HSV(B) 8.05º 0.41% 0.78% -
XYZ 34.94 29.29 20.95 -
YUV 148.98 110.52 164.39 -
System Red Green Blue C M Y K H S L
Decimal 200 129 118 0 0.36 0.41 0.22 8.05 0.43 0.62
Hex C8 81 76 0 24 29 16 8 2B 3E
Octal 310 201 166 0 44 51 26 10 53 76
Binary 11001000 10000001 1110110 0 100100 101001 10110 1000 101011 111110

Color Harmonies of #C88176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88176

Black with #C88176

Text Example


Text Example

White with #C88176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88176; }

 p { color: rgb(200,129,118); }

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

background-color css

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

 a { background-color: rgb(200,129,118); }

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

border-color css

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

 span { border-color: rgb(200,129,118); }

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