Html Css Color HEX #C87F77 Brandy Rose

📋 copy color: '#C87F77'

red 200 ◦ green 127 ◦ blue 119

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

Shades of Brandy Rose #C87F77

Tints of Brandy Rose #C87F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.68%

R = 44.84%
G = 28.48%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C87F77 (or 0xC87F77) is known color: Brandy Rose. HEX triplet: C8, 7F and 77. RGB value is (200,127,119). Sum of RGB (Red+Green+Blue) = 200+127+119=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87F77 is #378088. Grayscale: #949494. Windows color (decimal): -3637385 or 7831496. OLE color: 7831496.

HSL color Cylindrical-coordinate representation of color #C87F77: hue angle of 5.93º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C87F77 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 127 119 -
CMYK 0 0.36 0.40 0.22
HSL 5.93º 0.42% 0.63% -
HSV(B) 5.93º 0.41% 0.78% -
XYZ 34.74 28.79 21.18 -
YUV 147.92 111.68 165.15 -
System Red Green Blue C M Y K H S L
Decimal 200 127 119 0 0.36 0.40 0.22 5.93 0.42 0.63
Hex C8 7F 77 0 24 28 16 6 2A 3F
Octal 310 177 167 0 44 50 26 6 52 77
Binary 11001000 1111111 1110111 0 100100 101000 10110 110 101010 111111

Color Harmonies of #C87F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87F77

Black with #C87F77

Text Example


Text Example

White with #C87F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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