Html Css Color HEX #CB964A Tussock

📋 copy color: '#CB964A'

red 203 ◦ green 150 ◦ blue 74

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

Shades of Tussock #CB964A

Tints of Tussock #CB964A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.13%

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

R = 47.54%
G = 35.13%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB964A (or 0xCB964A) is known color: Tussock. HEX triplet: CB, 96 and 4A. RGB value is (203,150,74). Sum of RGB (Red+Green+Blue) = 203+150+74=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB964A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB964A is #3469B5. Grayscale: #9D9D9D. Windows color (decimal): -3434934 or 4888267. OLE color: 4888267.

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

Color convert

RGB 203 150 74 -
CMYK 0 0.26 0.64 0.20
HSL 35.35º 0.55% 0.54% -
HSV(B) 35.35º 0.64% 0.8% -
XYZ 36.77 35 11.3 -
YUV 157.18 81.06 160.68 -
System Red Green Blue C M Y K H S L
Decimal 203 150 74 0 0.26 0.64 0.20 35.35 0.55 0.54
Hex CB 96 4A 0 1A 40 14 23 37 36
Octal 313 226 112 0 32 100 24 43 67 66
Binary 11001011 10010110 1001010 0 11010 1000000 10100 100011 110111 110110

Color Harmonies of #CB964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB964A

Black with #CB964A

Text Example


Text Example

White with #CB964A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB964A; }

 p { color: rgb(203,150,74); }

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

background-color css

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

 a { background-color: rgb(203,150,74); }

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

border-color css

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

 span { border-color: rgb(203,150,74); }

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