Html Css Color HEX #C88277 Brandy Rose

📋 copy color: '#C88277'

red 200 ◦ green 130 ◦ blue 119

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

Shades of Brandy Rose #C88277

Tints of Brandy Rose #C88277

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.95%

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

R = 44.54%
G = 28.95%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C88277 (or 0xC88277) is known color: Brandy Rose. HEX triplet: C8, 82 and 77. RGB value is (200,130,119). Sum of RGB (Red+Green+Blue) = 200+130+119=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C88277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88277 is #377D88. Grayscale: #959595. Windows color (decimal): -3636617 or 7832264. OLE color: 7832264.

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

Color convert

RGB 200 130 119 -
CMYK 0 0.35 0.40 0.22
HSL 8.15º 0.42% 0.63% -
HSV(B) 8.15º 0.41% 0.78% -
XYZ 35.13 29.58 21.31 -
YUV 149.68 110.69 163.89 -
System Red Green Blue C M Y K H S L
Decimal 200 130 119 0 0.35 0.40 0.22 8.15 0.42 0.63
Hex C8 82 77 0 23 28 16 8 2A 3F
Octal 310 202 167 0 43 50 26 10 52 77
Binary 11001000 10000010 1110111 0 100011 101000 10110 1000 101010 111111

Color Harmonies of #C88277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88277

Black with #C88277

Text Example


Text Example

White with #C88277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88277; }

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

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

background-color css

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

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

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

border-color css

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

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

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