Html Css Color HEX #CB9D4C Tussock

📋 copy color: '#CB9D4C'

red 203 ◦ green 157 ◦ blue 76

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

Shades of Tussock #CB9D4C

Tints of Tussock #CB9D4C

RGB

 RED value IS 203 (79.69% from 255) = 46.56%

 GREEN value IS 157 (61.72% from 255) = 36.01%

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

R = 46.56%
G = 36.01%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB9D4C (or 0xCB9D4C) is known color: Tussock. HEX triplet: CB, 9D and 4C. RGB value is (203,157,76). Sum of RGB (Red+Green+Blue) = 203+157+76=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 76 (30.08% from 255 or 17.43% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9D4C is #3462B3. Grayscale: #A1A1A1. Windows color (decimal): -3433140 or 5021131. OLE color: 5021131.

HSL color Cylindrical-coordinate representation of color #CB9D4C: hue angle of 38.27º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB9D4C is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 157 76 -
CMYK 0 0.23 0.63 0.20
HSL 38.27º 0.55% 0.55% -
HSV(B) 38.27º 0.63% 0.8% -
XYZ 37.99 37.33 12.04 -
YUV 161.52 79.74 157.59 -
System Red Green Blue C M Y K H S L
Decimal 203 157 76 0 0.23 0.63 0.20 38.27 0.55 0.55
Hex CB 9D 4C 0 17 3F 14 26 37 37
Octal 313 235 114 0 27 77 24 46 67 67
Binary 11001011 10011101 1001100 0 10111 111111 10100 100110 110111 110111

Color Harmonies of #CB9D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9D4C

Black with #CB9D4C

Text Example


Text Example

White with #CB9D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9D4C; }

 p { color: rgb(203,157,76); }

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

background-color css

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

 a { background-color: rgb(203,157,76); }

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

border-color css

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

 span { border-color: rgb(203,157,76); }

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