Html Css Color HEX #C88E4A Tussock

📋 copy color: '#C88E4A'

red 200 ◦ green 142 ◦ blue 74

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

Shades of Tussock #C88E4A

Tints of Tussock #C88E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.79%

R = 48.08%
G = 34.13%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C88E4A (or 0xC88E4A) is known color: Tussock. HEX triplet: C8, 8E and 4A. RGB value is (200,142,74). Sum of RGB (Red+Green+Blue) = 200+142+74=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88E4A is #3771B5. Grayscale: #979797. Windows color (decimal): -3633590 or 4886216. OLE color: 4886216.

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

Color convert

RGB 200 142 74 -
CMYK 0 0.29 0.63 0.22
HSL 32.38º 0.53% 0.54% -
HSV(B) 32.38º 0.63% 0.78% -
XYZ 34.73 32.12 10.85 -
YUV 151.59 84.22 162.53 -
System Red Green Blue C M Y K H S L
Decimal 200 142 74 0 0.29 0.63 0.22 32.38 0.53 0.54
Hex C8 8E 4A 0 1D 3F 16 20 35 36
Octal 310 216 112 0 35 77 26 40 65 66
Binary 11001000 10001110 1001010 0 11101 111111 10110 100000 110101 110110

Color Harmonies of #C88E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88E4A

Black with #C88E4A

Text Example


Text Example

White with #C88E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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