Html Css Color HEX #CC963D Anzac

📋 copy color: '#CC963D'

red 204 ◦ green 150 ◦ blue 61

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

Shades of Anzac #CC963D

Tints of Anzac #CC963D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.14%

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

R = 49.16%
G = 36.14%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC963D (or 0xCC963D) is known color: Anzac. HEX triplet: CC, 96 and 3D. RGB value is (204,150,61). Sum of RGB (Red+Green+Blue) = 204+150+61=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC963D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC963D is #3369C2. Grayscale: #9C9C9C. Windows color (decimal): -3369411 or 4036300. OLE color: 4036300.

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

Color convert

RGB 204 150 61 -
CMYK 0 0.26 0.70 0.2
HSL 37.34º 0.58% 0.52% -
HSV(B) 37.34º 0.7% 0.8% -
XYZ 36.65 34.99 9.24 -
YUV 156 74.39 162.24 -
System Red Green Blue C M Y K H S L
Decimal 204 150 61 0 0.26 0.70 0.2 37.34 0.58 0.52
Hex CC 96 3D 0 1A 46 14 25 3A 34
Octal 314 226 75 0 32 106 24 45 72 64
Binary 11001100 10010110 111101 0 11010 1000110 10100 100101 111010 110100

Color Harmonies of #CC963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC963D

Black with #CC963D

Text Example


Text Example

White with #CC963D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC963D; }

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

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

background-color css

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

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

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

border-color css

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

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

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