Html Css Color HEX #CC983E Anzac

📋 copy color: '#CC983E'

red 204 ◦ green 152 ◦ blue 62

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

Shades of Anzac #CC983E

Tints of Anzac #CC983E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.36%

 BLUE value IS 62 (24.61% from 255) = 14.83%

R = 48.8%
G = 36.36%
B = 14.83%

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

#CC983E (or 0xCC983E) is known color: Anzac. HEX triplet: CC, 98 and 3E. RGB value is (204,152,62). Sum of RGB (Red+Green+Blue) = 204+152+62=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 62 (24.61% from 255 or 14.83% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC983E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC983E is #3367C1. Grayscale: #9D9D9D. Windows color (decimal): -3368898 or 4102348. OLE color: 4102348.

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

Color convert

RGB 204 152 62 -
CMYK 0 0.25 0.70 0.2
HSL 38.03º 0.58% 0.52% -
HSV(B) 38.03º 0.7% 0.8% -
XYZ 37 35.64 9.49 -
YUV 157.29 74.23 161.32 -
System Red Green Blue C M Y K H S L
Decimal 204 152 62 0 0.25 0.70 0.2 38.03 0.58 0.52
Hex CC 98 3E 0 19 46 14 26 3A 34
Octal 314 230 76 0 31 106 24 46 72 64
Binary 11001100 10011000 111110 0 11001 1000110 10100 100110 111010 110100

Color Harmonies of #CC983E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC983E

Black with #CC983E

Text Example


Text Example

White with #CC983E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC983E; }

 p { color: rgb(204,152,62); }

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

background-color css

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

 a { background-color: rgb(204,152,62); }

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

border-color css

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

 span { border-color: rgb(204,152,62); }

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