Html Css Color HEX #CC953F Anzac

📋 copy color: '#CC953F'

red 204 ◦ green 149 ◦ blue 63

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

Shades of Anzac #CC953F

Tints of Anzac #CC953F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.14%

R = 49.04%
G = 35.82%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC953F (or 0xCC953F) is known color: Anzac. HEX triplet: CC, 95 and 3F. RGB value is (204,149,63). Sum of RGB (Red+Green+Blue) = 204+149+63=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC953F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC953F is #336AC0. Grayscale: #9C9C9C. Windows color (decimal): -3369665 or 4167116. OLE color: 4167116.

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

Color convert

RGB 204 149 63 -
CMYK 0 0.27 0.69 0.2
HSL 36.6º 0.58% 0.52% -
HSV(B) 36.6º 0.69% 0.8% -
XYZ 36.55 34.69 9.47 -
YUV 155.64 75.72 162.49 -
System Red Green Blue C M Y K H S L
Decimal 204 149 63 0 0.27 0.69 0.2 36.6 0.58 0.52
Hex CC 95 3F 0 1B 45 14 25 3A 34
Octal 314 225 77 0 33 105 24 45 72 64
Binary 11001100 10010101 111111 0 11011 1000101 10100 100101 111010 110100

Color Harmonies of #CC953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC953F

Black with #CC953F

Text Example


Text Example

White with #CC953F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC953F; }

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

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

background-color css

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

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

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

border-color css

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

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

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