Html Css Color HEX #CC8D48 Anzac

📋 copy color: '#CC8D48'

red 204 ◦ green 141 ◦ blue 72

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

Shades of Anzac #CC8D48

Tints of Anzac #CC8D48

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.81%

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

R = 48.92%
G = 33.81%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC8D48 (or 0xCC8D48) is known color: Anzac. HEX triplet: CC, 8D and 48. RGB value is (204,141,72). Sum of RGB (Red+Green+Blue) = 204+141+72=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8D48 is #3372B7. Grayscale: #989898. Windows color (decimal): -3371704 or 4754892. OLE color: 4754892.

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

Color convert

RGB 204 141 72 -
CMYK 0 0.31 0.65 0.2
HSL 31.36º 0.56% 0.54% -
HSV(B) 31.36º 0.65% 0.8% -
XYZ 35.6 32.36 10.5 -
YUV 151.97 82.87 165.11 -
System Red Green Blue C M Y K H S L
Decimal 204 141 72 0 0.31 0.65 0.2 31.36 0.56 0.54
Hex CC 8D 48 0 1F 41 14 1F 38 36
Octal 314 215 110 0 37 101 24 37 70 66
Binary 11001100 10001101 1001000 0 11111 1000001 10100 11111 111000 110110

Color Harmonies of #CC8D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8D48

Black with #CC8D48

Text Example


Text Example

White with #CC8D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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