Html Css Color HEX #C88E4B Tussock

📋 copy color: '#C88E4B'

red 200 ◦ green 142 ◦ blue 75

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

Shades of Tussock #C88E4B

Tints of Tussock #C88E4B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.05%

 BLUE value IS 75 (29.69% from 255) = 17.99%

R = 47.96%
G = 34.05%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C88E4B (or 0xC88E4B) is known color: Tussock. HEX triplet: C8, 8E and 4B. RGB value is (200,142,75). Sum of RGB (Red+Green+Blue) = 200+142+75=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88E4B is #3771B4. Grayscale: #989898. Windows color (decimal): -3633589 or 4951752. OLE color: 4951752.

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

Color convert

RGB 200 142 75 -
CMYK 0 0.29 0.62 0.22
HSL 32.16º 0.53% 0.54% -
HSV(B) 32.16º 0.63% 0.78% -
XYZ 34.76 32.13 11.03 -
YUV 151.7 84.72 162.45 -
System Red Green Blue C M Y K H S L
Decimal 200 142 75 0 0.29 0.62 0.22 32.16 0.53 0.54
Hex C8 8E 4B 0 1D 3E 16 20 35 36
Octal 310 216 113 0 35 76 26 40 65 66
Binary 11001000 10001110 1001011 0 11101 111110 10110 100000 110101 110110

Color Harmonies of #C88E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88E4B

Black with #C88E4B

Text Example


Text Example

White with #C88E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88E4B; }

 p { color: rgb(200,142,75); }

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

background-color css

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

 a { background-color: rgb(200,142,75); }

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

border-color css

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

 span { border-color: rgb(200,142,75); }

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