Html Css Color HEX #CB964D Tussock

📋 copy color: '#CB964D'

red 203 ◦ green 150 ◦ blue 77

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

Shades of Tussock #CB964D

Tints of Tussock #CB964D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.91%

R = 47.21%
G = 34.88%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CB964D (or 0xCB964D) is known color: Tussock. HEX triplet: CB, 96 and 4D. RGB value is (203,150,77). Sum of RGB (Red+Green+Blue) = 203+150+77=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB964D is #3469B2. Grayscale: #9D9D9D. Windows color (decimal): -3434931 or 5084875. OLE color: 5084875.

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

Color convert

RGB 203 150 77 -
CMYK 0 0.26 0.62 0.20
HSL 34.76º 0.55% 0.55% -
HSV(B) 34.76º 0.62% 0.8% -
XYZ 36.87 35.05 11.84 -
YUV 157.53 82.56 160.44 -
System Red Green Blue C M Y K H S L
Decimal 203 150 77 0 0.26 0.62 0.20 34.76 0.55 0.55
Hex CB 96 4D 0 1A 3E 14 23 37 37
Octal 313 226 115 0 32 76 24 43 67 67
Binary 11001011 10010110 1001101 0 11010 111110 10100 100011 110111 110111

Color Harmonies of #CB964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB964D

Black with #CB964D

Text Example


Text Example

White with #CB964D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB964D; }

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

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

background-color css

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

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

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

border-color css

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

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

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