Html Css Color HEX #CC953D Anzac

📋 copy color: '#CC953D'

red 204 ◦ green 149 ◦ blue 61

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

Shades of Anzac #CC953D

Tints of Anzac #CC953D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.99%

 BLUE value IS 61 (24.22% from 255) = 14.73%

R = 49.28%
G = 35.99%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC953D (or 0xCC953D) is known color: Anzac. HEX triplet: CC, 95 and 3D. RGB value is (204,149,61). Sum of RGB (Red+Green+Blue) = 204+149+61=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC953D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC953D is #336AC2. Grayscale: #9B9B9B. Windows color (decimal): -3369667 or 4036044. OLE color: 4036044.

HSL color Cylindrical-coordinate representation of color #CC953D: hue angle of 36.92º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC953D is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 149 61 -
CMYK 0 0.27 0.70 0.2
HSL 36.92º 0.58% 0.52% -
HSV(B) 36.92º 0.7% 0.8% -
XYZ 36.49 34.67 9.18 -
YUV 155.41 74.72 162.66 -
System Red Green Blue C M Y K H S L
Decimal 204 149 61 0 0.27 0.70 0.2 36.92 0.58 0.52
Hex CC 95 3D 0 1B 46 14 25 3A 34
Octal 314 225 75 0 33 106 24 45 72 64
Binary 11001100 10010101 111101 0 11011 1000110 10100 100101 111010 110100

Color Harmonies of #CC953D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC953D

Black with #CC953D

Text Example


Text Example

White with #CC953D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC953D; }

 p { color: rgb(204,149,61); }

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

background-color css

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

 a { background-color: rgb(204,149,61); }

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

border-color css

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

 span { border-color: rgb(204,149,61); }

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