Html Css Color HEX #CA9444 Anzac

📋 copy color: '#CA9444'

red 202 ◦ green 148 ◦ blue 68

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

Shades of Anzac #CA9444

Tints of Anzac #CA9444

RGB

 RED value IS 202 (79.3% from 255) = 48.33%

 GREEN value IS 148 (58.2% from 255) = 35.41%

 BLUE value IS 68 (26.95% from 255) = 16.27%

R = 48.33%
G = 35.41%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA9444 (or 0xCA9444) is known color: Anzac. HEX triplet: CA, 94 and 44. RGB value is (202,148,68). Sum of RGB (Red+Green+Blue) = 202+148+68=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 68 (26.95% from 255 or 16.27% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9444 is #356BBB. Grayscale: #9B9B9B. Windows color (decimal): -3500988 or 4494538. OLE color: 4494538.

HSL color Cylindrical-coordinate representation of color #CA9444: hue angle of 35.82º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA9444 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 148 68 -
CMYK 0 0.27 0.66 0.21
HSL 35.82º 0.56% 0.53% -
HSV(B) 35.82º 0.66% 0.79% -
XYZ 35.99 34.15 10.16 -
YUV 155.03 78.89 161.5 -
System Red Green Blue C M Y K H S L
Decimal 202 148 68 0 0.27 0.66 0.21 35.82 0.56 0.53
Hex CA 94 44 0 1B 42 15 24 38 35
Octal 312 224 104 0 33 102 25 44 70 65
Binary 11001010 10010100 1000100 0 11011 1000010 10101 100100 111000 110101

Color Harmonies of #CA9444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9444

Black with #CA9444

Text Example


Text Example

White with #CA9444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9444; }

 p { color: rgb(202,148,68); }

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

background-color css

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

 a { background-color: rgb(202,148,68); }

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

border-color css

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

 span { border-color: rgb(202,148,68); }

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