Html Css Color HEX #CC924A Anzac

📋 copy color: '#CC924A'

red 204 ◦ green 146 ◦ blue 74

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

Shades of Anzac #CC924A

Tints of Anzac #CC924A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.43%

 BLUE value IS 74 (29.3% from 255) = 17.45%

R = 48.11%
G = 34.43%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC924A (or 0xCC924A) is known color: Anzac. HEX triplet: CC, 92 and 4A. RGB value is (204,146,74). Sum of RGB (Red+Green+Blue) = 204+146+74=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC924A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC924A is #336DB5. Grayscale: #9B9B9B. Windows color (decimal): -3370422 or 4887244. OLE color: 4887244.

HSL color Cylindrical-coordinate representation of color #CC924A: hue angle of 33.23º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC924A is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 146 74 -
CMYK 0 0.28 0.64 0.2
HSL 33.23º 0.56% 0.55% -
HSV(B) 33.23º 0.64% 0.8% -
XYZ 36.42 33.89 11.1 -
YUV 155.13 82.22 162.85 -
System Red Green Blue C M Y K H S L
Decimal 204 146 74 0 0.28 0.64 0.2 33.23 0.56 0.55
Hex CC 92 4A 0 1C 40 14 21 38 37
Octal 314 222 112 0 34 100 24 41 70 67
Binary 11001100 10010010 1001010 0 11100 1000000 10100 100001 111000 110111

Color Harmonies of #CC924A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC924A

Black with #CC924A

Text Example


Text Example

White with #CC924A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC924A; }

 p { color: rgb(204,146,74); }

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

background-color css

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

 a { background-color: rgb(204,146,74); }

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

border-color css

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

 span { border-color: rgb(204,146,74); }

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