Html Css Color HEX #C87F76 Brandy Rose

📋 copy color: '#C87F76'

red 200 ◦ green 127 ◦ blue 118

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

Shades of Brandy Rose #C87F76

Tints of Brandy Rose #C87F76

RGB

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

 GREEN value IS 127 (50% from 255) = 28.54%

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

R = 44.94%
G = 28.54%
B = 26.52%

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

#C87F76 (or 0xC87F76) is known color: Brandy Rose. HEX triplet: C8, 7F and 76. RGB value is (200,127,118). Sum of RGB (Red+Green+Blue) = 200+127+118=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87F76 is #378089. Grayscale: #939393. Windows color (decimal): -3637386 or 7765960. OLE color: 7765960.

HSL color Cylindrical-coordinate representation of color #C87F76: hue angle of 6.59º 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 #C87F76 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 127 118 -
CMYK 0 0.36 0.41 0.22
HSL 6.59º 0.43% 0.62% -
HSV(B) 6.59º 0.41% 0.78% -
XYZ 34.68 28.77 20.86 -
YUV 147.8 111.18 165.23 -
System Red Green Blue C M Y K H S L
Decimal 200 127 118 0 0.36 0.41 0.22 6.59 0.43 0.62
Hex C8 7F 76 0 24 29 16 7 2B 3E
Octal 310 177 166 0 44 51 26 7 53 76
Binary 11001000 1111111 1110110 0 100100 101001 10110 111 101011 111110

Color Harmonies of #C87F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87F76

Black with #C87F76

Text Example


Text Example

White with #C87F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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