Html Css Color HEX #CA9245 Anzac

📋 copy color: '#CA9245'

red 202 ◦ green 146 ◦ blue 69

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

Shades of Anzac #CA9245

Tints of Anzac #CA9245

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.01%

 BLUE value IS 69 (27.34% from 255) = 16.55%

R = 48.44%
G = 35.01%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA9245 (or 0xCA9245) is known color: Anzac. HEX triplet: CA, 92 and 45. RGB value is (202,146,69). Sum of RGB (Red+Green+Blue) = 202+146+69=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9245 is #356DBA. Grayscale: #9A9A9A. Windows color (decimal): -3501499 or 4559562. OLE color: 4559562.

HSL color Cylindrical-coordinate representation of color #CA9245: hue angle of 34.74º 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 #CA9245 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 146 69 -
CMYK 0 0.28 0.66 0.21
HSL 34.74º 0.56% 0.53% -
HSV(B) 34.74º 0.66% 0.79% -
XYZ 35.71 33.54 10.22 -
YUV 153.97 80.05 162.26 -
System Red Green Blue C M Y K H S L
Decimal 202 146 69 0 0.28 0.66 0.21 34.74 0.56 0.53
Hex CA 92 45 0 1C 42 15 23 38 35
Octal 312 222 105 0 34 102 25 43 70 65
Binary 11001010 10010010 1000101 0 11100 1000010 10101 100011 111000 110101

Color Harmonies of #CA9245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9245

Black with #CA9245

Text Example


Text Example

White with #CA9245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9245; }

 p { color: rgb(202,146,69); }

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

background-color css

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

 a { background-color: rgb(202,146,69); }

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

border-color css

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

 span { border-color: rgb(202,146,69); }

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