Html Css Color HEX #CC993D Anzac

📋 copy color: '#CC993D'

red 204 ◦ green 153 ◦ blue 61

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

Shades of Anzac #CC993D

Tints of Anzac #CC993D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.6%

 BLUE value IS 61 (24.22% from 255) = 14.59%

R = 48.8%
G = 36.6%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC993D (or 0xCC993D) is known color: Anzac. HEX triplet: CC, 99 and 3D. RGB value is (204,153,61). Sum of RGB (Red+Green+Blue) = 204+153+61=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC993D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC993D is #3366C2. Grayscale: #9E9E9E. Windows color (decimal): -3368643 or 4037068. OLE color: 4037068.

HSL color Cylindrical-coordinate representation of color #CC993D: hue angle of 38.6º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC993D is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 153 61 -
CMYK 0 0.25 0.70 0.2
HSL 38.6º 0.58% 0.52% -
HSV(B) 38.6º 0.7% 0.8% -
XYZ 37.14 35.96 9.4 -
YUV 157.76 73.4 160.98 -
System Red Green Blue C M Y K H S L
Decimal 204 153 61 0 0.25 0.70 0.2 38.6 0.58 0.52
Hex CC 99 3D 0 19 46 14 27 3A 34
Octal 314 231 75 0 31 106 24 47 72 64
Binary 11001100 10011001 111101 0 11001 1000110 10100 100111 111010 110100

Color Harmonies of #CC993D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC993D

Black with #CC993D

Text Example


Text Example

White with #CC993D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC993D; }

 p { color: rgb(204,153,61); }

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

background-color css

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

 a { background-color: rgb(204,153,61); }

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

border-color css

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

 span { border-color: rgb(204,153,61); }

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