Html Css Color HEX #CC8F4A Anzac

📋 copy color: '#CC8F4A'

red 204 ◦ green 143 ◦ blue 74

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

Shades of Anzac #CC8F4A

Tints of Anzac #CC8F4A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.97%

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

R = 48.46%
G = 33.97%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC8F4A (or 0xCC8F4A) is known color: Anzac. HEX triplet: CC, 8F and 4A. RGB value is (204,143,74). Sum of RGB (Red+Green+Blue) = 204+143+74=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8F4A is #3370B5. Grayscale: #999999. Windows color (decimal): -3371190 or 4886476. OLE color: 4886476.

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

Color convert

RGB 204 143 74 -
CMYK 0 0.30 0.64 0.2
HSL 31.85º 0.56% 0.55% -
HSV(B) 31.85º 0.64% 0.8% -
XYZ 35.96 32.98 10.95 -
YUV 153.37 83.21 164.11 -
System Red Green Blue C M Y K H S L
Decimal 204 143 74 0 0.30 0.64 0.2 31.85 0.56 0.55
Hex CC 8F 4A 0 1E 40 14 20 38 37
Octal 314 217 112 0 36 100 24 40 70 67
Binary 11001100 10001111 1001010 0 11110 1000000 10100 100000 111000 110111

Color Harmonies of #CC8F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8F4A

Black with #CC8F4A

Text Example


Text Example

White with #CC8F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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