Html Css Color HEX #CC914B Tussock

📋 copy color: '#CC914B'

red 204 ◦ green 145 ◦ blue 75

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

Shades of Tussock #CC914B

Tints of Tussock #CC914B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.2%

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

R = 48.11%
G = 34.2%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC914B (or 0xCC914B) is known color: Tussock. HEX triplet: CC, 91 and 4B. RGB value is (204,145,75). Sum of RGB (Red+Green+Blue) = 204+145+75=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC914B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC914B is #336EB4. Grayscale: #9B9B9B. Windows color (decimal): -3370677 or 4952524. OLE color: 4952524.

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

Color convert

RGB 204 145 75 -
CMYK 0 0.29 0.63 0.2
HSL 32.56º 0.56% 0.55% -
HSV(B) 32.56º 0.63% 0.8% -
XYZ 36.3 33.6 11.23 -
YUV 154.66 83.05 163.19 -
System Red Green Blue C M Y K H S L
Decimal 204 145 75 0 0.29 0.63 0.2 32.56 0.56 0.55
Hex CC 91 4B 0 1D 3F 14 21 38 37
Octal 314 221 113 0 35 77 24 41 70 67
Binary 11001100 10010001 1001011 0 11101 111111 10100 100001 111000 110111

Color Harmonies of #CC914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC914B

Black with #CC914B

Text Example


Text Example

White with #CC914B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC914B; }

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

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

background-color css

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

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

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

border-color css

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

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

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