Html Css Color HEX #CC983C Anzac

📋 copy color: '#CC983C'

red 204 ◦ green 152 ◦ blue 60

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

Shades of Anzac #CC983C

Tints of Anzac #CC983C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.42%

R = 49.04%
G = 36.54%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC983C (or 0xCC983C) is known color: Anzac. HEX triplet: CC, 98 and 3C. RGB value is (204,152,60). Sum of RGB (Red+Green+Blue) = 204+152+60=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC983C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC983C is #3367C3. Grayscale: #9D9D9D. Windows color (decimal): -3368900 or 3971276. OLE color: 3971276.

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

Color convert

RGB 204 152 60 -
CMYK 0 0.25 0.71 0.2
HSL 38.33º 0.59% 0.52% -
HSV(B) 38.33º 0.71% 0.8% -
XYZ 36.95 35.62 9.2 -
YUV 157.06 73.23 161.48 -
System Red Green Blue C M Y K H S L
Decimal 204 152 60 0 0.25 0.71 0.2 38.33 0.59 0.52
Hex CC 98 3C 0 19 47 14 26 3B 34
Octal 314 230 74 0 31 107 24 46 73 64
Binary 11001100 10011000 111100 0 11001 1000111 10100 100110 111011 110100

Color Harmonies of #CC983C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC983C

Black with #CC983C

Text Example


Text Example

White with #CC983C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC983C; }

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

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

background-color css

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

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

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

border-color css

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

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

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