Html Css Color HEX #CA8D45 Anzac

📋 copy color: '#CA8D45'

red 202 ◦ green 141 ◦ blue 69

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

Shades of Anzac #CA8D45

Tints of Anzac #CA8D45

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.22%

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

R = 49.03%
G = 34.22%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA8D45 (or 0xCA8D45) is known color: Anzac. HEX triplet: CA, 8D and 45. RGB value is (202,141,69). Sum of RGB (Red+Green+Blue) = 202+141+69=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 69 (27.34% from 255 or 16.75% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8D45 is #3572BA. Grayscale: #979797. Windows color (decimal): -3502779 or 4558282. OLE color: 4558282.

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

Color convert

RGB 202 141 69 -
CMYK 0 0.30 0.66 0.21
HSL 32.48º 0.56% 0.53% -
HSV(B) 32.48º 0.66% 0.79% -
XYZ 34.96 32.04 9.97 -
YUV 151.03 81.71 164.35 -
System Red Green Blue C M Y K H S L
Decimal 202 141 69 0 0.30 0.66 0.21 32.48 0.56 0.53
Hex CA 8D 45 0 1E 42 15 20 38 35
Octal 312 215 105 0 36 102 25 40 70 65
Binary 11001010 10001101 1000101 0 11110 1000010 10101 100000 111000 110101

Color Harmonies of #CA8D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8D45

Black with #CA8D45

Text Example


Text Example

White with #CA8D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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