Html Css Color HEX #CB9D4B Tussock

📋 copy color: '#CB9D4B'

red 203 ◦ green 157 ◦ blue 75

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

Shades of Tussock #CB9D4B

Tints of Tussock #CB9D4B

RGB

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

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

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

R = 46.67%
G = 36.09%
B = 17.24%

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

#CB9D4B (or 0xCB9D4B) is known color: Tussock. HEX triplet: CB, 9D and 4B. RGB value is (203,157,75). Sum of RGB (Red+Green+Blue) = 203+157+75=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9D4B is #3462B4. Grayscale: #A1A1A1. Windows color (decimal): -3433141 or 4955595. OLE color: 4955595.

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

Color convert

RGB 203 157 75 -
CMYK 0 0.23 0.63 0.20
HSL 38.44º 0.55% 0.55% -
HSV(B) 38.44º 0.63% 0.8% -
XYZ 37.96 37.32 11.86 -
YUV 161.41 79.24 157.67 -
System Red Green Blue C M Y K H S L
Decimal 203 157 75 0 0.23 0.63 0.20 38.44 0.55 0.55
Hex CB 9D 4B 0 17 3F 14 26 37 37
Octal 313 235 113 0 27 77 24 46 67 67
Binary 11001011 10011101 1001011 0 10111 111111 10100 100110 110111 110111

Color Harmonies of #CB9D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9D4B

Black with #CB9D4B

Text Example


Text Example

White with #CB9D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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