Html Css Color HEX #CC934B Tussock

📋 copy color: '#CC934B'

red 204 ◦ green 147 ◦ blue 75

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

Shades of Tussock #CC934B

Tints of Tussock #CC934B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.51%

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

R = 47.89%
G = 34.51%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC934B (or 0xCC934B) is known color: Tussock. HEX triplet: CC, 93 and 4B. RGB value is (204,147,75). Sum of RGB (Red+Green+Blue) = 204+147+75=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC934B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC934B is #336CB4. Grayscale: #9C9C9C. Windows color (decimal): -3370165 or 4953036. OLE color: 4953036.

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

Color convert

RGB 204 147 75 -
CMYK 0 0.28 0.63 0.2
HSL 33.49º 0.56% 0.55% -
HSV(B) 33.49º 0.63% 0.8% -
XYZ 36.61 34.21 11.33 -
YUV 155.84 82.38 162.35 -
System Red Green Blue C M Y K H S L
Decimal 204 147 75 0 0.28 0.63 0.2 33.49 0.56 0.55
Hex CC 93 4B 0 1C 3F 14 21 38 37
Octal 314 223 113 0 34 77 24 41 70 67
Binary 11001100 10010011 1001011 0 11100 111111 10100 100001 111000 110111

Color Harmonies of #CC934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC934B

Black with #CC934B

Text Example


Text Example

White with #CC934B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC934B; }

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

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

background-color css

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

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

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

border-color css

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

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

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