Html Css Color HEX #CA9E3E Anzac

📋 copy color: '#CA9E3E'

red 202 ◦ green 158 ◦ blue 62

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

Shades of Anzac #CA9E3E

Tints of Anzac #CA9E3E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.44%

 BLUE value IS 62 (24.61% from 255) = 14.69%

R = 47.87%
G = 37.44%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA9E3E (or 0xCA9E3E) is known color: Anzac. HEX triplet: CA, 9E and 3E. RGB value is (202,158,62). Sum of RGB (Red+Green+Blue) = 202+158+62=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9E3E is #3561C1. Grayscale: #A0A0A0. Windows color (decimal): -3498434 or 4103882. OLE color: 4103882.

HSL color Cylindrical-coordinate representation of color #CA9E3E: hue angle of 41.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA9E3E is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 158 62 -
CMYK 0 0.22 0.69 0.21
HSL 41.14º 0.57% 0.52% -
HSV(B) 41.14º 0.69% 0.79% -
XYZ 37.45 37.36 9.79 -
YUV 160.21 72.58 157.81 -
System Red Green Blue C M Y K H S L
Decimal 202 158 62 0 0.22 0.69 0.21 41.14 0.57 0.52
Hex CA 9E 3E 0 16 45 15 29 39 34
Octal 312 236 76 0 26 105 25 51 71 64
Binary 11001010 10011110 111110 0 10110 1000101 10101 101001 111001 110100

Color Harmonies of #CA9E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9E3E

Black with #CA9E3E

Text Example


Text Example

White with #CA9E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9E3E; }

 p { color: rgb(202,158,62); }

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

background-color css

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

 a { background-color: rgb(202,158,62); }

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

border-color css

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

 span { border-color: rgb(202,158,62); }

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