Html Css Color HEX #C88275 Brandy Rose

📋 copy color: '#C88275'

red 200 ◦ green 130 ◦ blue 117

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

Shades of Brandy Rose #C88275

Tints of Brandy Rose #C88275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.17%

R = 44.74%
G = 29.08%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C88275 (or 0xC88275) is known color: Brandy Rose. HEX triplet: C8, 82 and 75. RGB value is (200,130,117). Sum of RGB (Red+Green+Blue) = 200+130+117=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C88275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88275 is #377D8A. Grayscale: #959595. Windows color (decimal): -3636619 or 7701192. OLE color: 7701192.

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

Color convert

RGB 200 130 117 -
CMYK 0 0.35 0.42 0.22
HSL 9.4º 0.43% 0.62% -
HSV(B) 9.4º 0.42% 0.78% -
XYZ 35.01 29.53 20.68 -
YUV 149.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 200 130 117 0 0.35 0.42 0.22 9.4 0.43 0.62
Hex C8 82 75 0 23 2A 16 9 2B 3E
Octal 310 202 165 0 43 52 26 11 53 76
Binary 11001000 10000010 1110101 0 100011 101010 10110 1001 101011 111110

Color Harmonies of #C88275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88275

Black with #C88275

Text Example


Text Example

White with #C88275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88275; }

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

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

background-color css

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

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

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

border-color css

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

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

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