Html Css Color HEX #CC9248 Anzac

📋 copy color: '#CC9248'

red 204 ◦ green 146 ◦ blue 72

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

Shades of Anzac #CC9248

Tints of Anzac #CC9248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.06%

R = 48.34%
G = 34.6%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC9248 (or 0xCC9248) is known color: Anzac. HEX triplet: CC, 92 and 48. RGB value is (204,146,72). Sum of RGB (Red+Green+Blue) = 204+146+72=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9248 is #336DB7. Grayscale: #9B9B9B. Windows color (decimal): -3370424 or 4756172. OLE color: 4756172.

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

Color convert

RGB 204 146 72 -
CMYK 0 0.28 0.65 0.2
HSL 33.64º 0.56% 0.54% -
HSV(B) 33.64º 0.65% 0.8% -
XYZ 36.35 33.86 10.75 -
YUV 154.91 81.22 163.02 -
System Red Green Blue C M Y K H S L
Decimal 204 146 72 0 0.28 0.65 0.2 33.64 0.56 0.54
Hex CC 92 48 0 1C 41 14 22 38 36
Octal 314 222 110 0 34 101 24 42 70 66
Binary 11001100 10010010 1001000 0 11100 1000001 10100 100010 111000 110110

Color Harmonies of #CC9248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9248

Black with #CC9248

Text Example


Text Example

White with #CC9248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9248; }

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

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

background-color css

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

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

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

border-color css

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

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

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