Html Css Color HEX #CB9E4C Tussock

📋 copy color: '#CB9E4C'

red 203 ◦ green 158 ◦ blue 76

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

Shades of Tussock #CB9E4C

Tints of Tussock #CB9E4C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.16%

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

R = 46.45%
G = 36.16%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB9E4C (or 0xCB9E4C) is known color: Tussock. HEX triplet: CB, 9E and 4C. RGB value is (203,158,76). Sum of RGB (Red+Green+Blue) = 203+158+76=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 76 (30.08% from 255 or 17.39% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9E4C is #3461B3. Grayscale: #A2A2A2. Windows color (decimal): -3432884 or 5021387. OLE color: 5021387.

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

Color convert

RGB 203 158 76 -
CMYK 0 0.22 0.63 0.20
HSL 38.74º 0.55% 0.55% -
HSV(B) 38.74º 0.63% 0.8% -
XYZ 38.16 37.67 12.1 -
YUV 162.11 79.41 157.17 -
System Red Green Blue C M Y K H S L
Decimal 203 158 76 0 0.22 0.63 0.20 38.74 0.55 0.55
Hex CB 9E 4C 0 16 3F 14 27 37 37
Octal 313 236 114 0 26 77 24 47 67 67
Binary 11001011 10011110 1001100 0 10110 111111 10100 100111 110111 110111

Color Harmonies of #CB9E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9E4C

Black with #CB9E4C

Text Example


Text Example

White with #CB9E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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