Html Css Color HEX #CC964B Tussock

📋 copy color: '#CC964B'

red 204 ◦ green 150 ◦ blue 75

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

Shades of Tussock #CC964B

Tints of Tussock #CC964B

RGB

 RED value IS 204 (80.08% from 255) = 47.55%

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

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

R = 47.55%
G = 34.97%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC964B (or 0xCC964B) is known color: Tussock. HEX triplet: CC, 96 and 4B. RGB value is (204,150,75). Sum of RGB (Red+Green+Blue) = 204+150+75=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC964B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC964B is #3369B4. Grayscale: #9D9D9D. Windows color (decimal): -3369397 or 4953804. OLE color: 4953804.

HSL color Cylindrical-coordinate representation of color #CC964B: hue angle of 34.88º degrees, saturation: 0.56, 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 #CC964B is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 150 75 -
CMYK 0 0.26 0.63 0.2
HSL 34.88º 0.56% 0.55% -
HSV(B) 34.88º 0.63% 0.8% -
XYZ 37.08 35.16 11.49 -
YUV 157.6 81.39 161.1 -
System Red Green Blue C M Y K H S L
Decimal 204 150 75 0 0.26 0.63 0.2 34.88 0.56 0.55
Hex CC 96 4B 0 1A 3F 14 23 38 37
Octal 314 226 113 0 32 77 24 43 70 67
Binary 11001100 10010110 1001011 0 11010 111111 10100 100011 111000 110111

Color Harmonies of #CC964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC964B

Black with #CC964B

Text Example


Text Example

White with #CC964B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC964B; }

 p { color: rgb(204,150,75); }

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

background-color css

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

 a { background-color: rgb(204,150,75); }

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

border-color css

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

 span { border-color: rgb(204,150,75); }

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