Html Css Color HEX #CC973C Anzac

📋 copy color: '#CC973C'

red 204 ◦ green 151 ◦ blue 60

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

Shades of Anzac #CC973C

Tints of Anzac #CC973C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.39%

 BLUE value IS 60 (23.83% from 255) = 14.46%

R = 49.16%
G = 36.39%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC973C (or 0xCC973C) is known color: Anzac. HEX triplet: CC, 97 and 3C. RGB value is (204,151,60). Sum of RGB (Red+Green+Blue) = 204+151+60=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC973C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC973C is #3368C3. Grayscale: #9C9C9C. Windows color (decimal): -3369156 or 3971020. OLE color: 3971020.

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

Color convert

RGB 204 151 60 -
CMYK 0 0.26 0.71 0.2
HSL 37.92º 0.59% 0.52% -
HSV(B) 37.92º 0.71% 0.8% -
XYZ 36.78 35.3 9.15 -
YUV 156.47 73.56 161.9 -
System Red Green Blue C M Y K H S L
Decimal 204 151 60 0 0.26 0.71 0.2 37.92 0.59 0.52
Hex CC 97 3C 0 1A 47 14 26 3B 34
Octal 314 227 74 0 32 107 24 46 73 64
Binary 11001100 10010111 111100 0 11010 1000111 10100 100110 111011 110100

Color Harmonies of #CC973C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC973C

Black with #CC973C

Text Example


Text Example

White with #CC973C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC973C; }

 p { color: rgb(204,151,60); }

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

background-color css

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

 a { background-color: rgb(204,151,60); }

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

border-color css

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

 span { border-color: rgb(204,151,60); }

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