Html Css Color HEX #C88B4C Tussock

📋 copy color: '#C88B4C'

red 200 ◦ green 139 ◦ blue 76

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

Shades of Tussock #C88B4C

Tints of Tussock #C88B4C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.49%

 BLUE value IS 76 (30.08% from 255) = 18.31%

R = 48.19%
G = 33.49%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C88B4C (or 0xC88B4C) is known color: Tussock. HEX triplet: C8, 8B and 4C. RGB value is (200,139,76). Sum of RGB (Red+Green+Blue) = 200+139+76=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 76 (30.08% from 255 or 18.31% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88B4C is #3774B3. Grayscale: #969696. Windows color (decimal): -3634356 or 5016520. OLE color: 5016520.

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

Color convert

RGB 200 139 76 -
CMYK 0 0.30 0.62 0.22
HSL 30.48º 0.53% 0.54% -
HSV(B) 30.48º 0.62% 0.78% -
XYZ 34.36 31.27 11.06 -
YUV 150.06 86.21 163.62 -
System Red Green Blue C M Y K H S L
Decimal 200 139 76 0 0.30 0.62 0.22 30.48 0.53 0.54
Hex C8 8B 4C 0 1E 3E 16 1E 35 36
Octal 310 213 114 0 36 76 26 36 65 66
Binary 11001000 10001011 1001100 0 11110 111110 10110 11110 110101 110110

Color Harmonies of #C88B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88B4C

Black with #C88B4C

Text Example


Text Example

White with #C88B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88B4C; }

 p { color: rgb(200,139,76); }

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

background-color css

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

 a { background-color: rgb(200,139,76); }

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

border-color css

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

 span { border-color: rgb(200,139,76); }

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