Html Css Color HEX #C88076 Brandy Rose

📋 copy color: '#C88076'

red 200 ◦ green 128 ◦ blue 118

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

Shades of Brandy Rose #C88076

Tints of Brandy Rose #C88076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.7%

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

R = 44.84%
G = 28.7%
B = 26.46%

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

#C88076 (or 0xC88076) is known color: Brandy Rose. HEX triplet: C8, 80 and 76. RGB value is (200,128,118). Sum of RGB (Red+Green+Blue) = 200+128+118=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C88076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88076 is #377F89. Grayscale: #949494. Windows color (decimal): -3637130 or 7766216. OLE color: 7766216.

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

Color convert

RGB 200 128 118 -
CMYK 0 0.36 0.41 0.22
HSL 7.32º 0.43% 0.62% -
HSV(B) 7.32º 0.41% 0.78% -
XYZ 34.81 29.03 20.91 -
YUV 148.39 110.85 164.81 -
System Red Green Blue C M Y K H S L
Decimal 200 128 118 0 0.36 0.41 0.22 7.32 0.43 0.62
Hex C8 80 76 0 24 29 16 7 2B 3E
Octal 310 200 166 0 44 51 26 7 53 76
Binary 11001000 10000000 1110110 0 100100 101001 10110 111 101011 111110

Color Harmonies of #C88076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88076

Black with #C88076

Text Example


Text Example

White with #C88076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88076; }

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

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

background-color css

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

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

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

border-color css

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

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

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