Html Css Color HEX #C87F72 Brandy Rose

📋 copy color: '#C87F72'

red 200 ◦ green 127 ◦ blue 114

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

Shades of Brandy Rose #C87F72

Tints of Brandy Rose #C87F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.85%

R = 45.35%
G = 28.8%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C87F72 (or 0xC87F72) is known color: Brandy Rose. HEX triplet: C8, 7F and 72. RGB value is (200,127,114). Sum of RGB (Red+Green+Blue) = 200+127+114=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87F72 is #37808D. Grayscale: #939393. Windows color (decimal): -3637390 or 7503816. OLE color: 7503816.

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

Color convert

RGB 200 127 114 -
CMYK 0 0.36 0.43 0.22
HSL 9.07º 0.44% 0.62% -
HSV(B) 9.07º 0.43% 0.78% -
XYZ 34.45 28.67 19.64 -
YUV 147.35 109.18 165.56 -
System Red Green Blue C M Y K H S L
Decimal 200 127 114 0 0.36 0.43 0.22 9.07 0.44 0.62
Hex C8 7F 72 0 24 2B 16 9 2C 3E
Octal 310 177 162 0 44 53 26 11 54 76
Binary 11001000 1111111 1110010 0 100100 101011 10110 1001 101100 111110

Color Harmonies of #C87F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87F72

Black with #C87F72

Text Example


Text Example

White with #C87F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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