Html Css Color HEX #CC943C Anzac

📋 copy color: '#CC943C'

red 204 ◦ green 148 ◦ blue 60

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

Shades of Anzac #CC943C

Tints of Anzac #CC943C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.92%

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

R = 49.51%
G = 35.92%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC943C (or 0xCC943C) is known color: Anzac. HEX triplet: CC, 94 and 3C. RGB value is (204,148,60). Sum of RGB (Red+Green+Blue) = 204+148+60=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 60 (23.83% from 255 or 14.56% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC943C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC943C is #336BC3. Grayscale: #9B9B9B. Windows color (decimal): -3369924 or 3970252. OLE color: 3970252.

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

Color convert

RGB 204 148 60 -
CMYK 0 0.27 0.71 0.2
HSL 36.67º 0.59% 0.52% -
HSV(B) 36.67º 0.71% 0.8% -
XYZ 36.31 34.34 8.99 -
YUV 154.71 74.55 163.16 -
System Red Green Blue C M Y K H S L
Decimal 204 148 60 0 0.27 0.71 0.2 36.67 0.59 0.52
Hex CC 94 3C 0 1B 47 14 25 3B 34
Octal 314 224 74 0 33 107 24 45 73 64
Binary 11001100 10010100 111100 0 11011 1000111 10100 100101 111011 110100

Color Harmonies of #CC943C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC943C

Black with #CC943C

Text Example


Text Example

White with #CC943C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC943C; }

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

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

background-color css

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

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

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

border-color css

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

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

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