Html Css Color HEX #CA9A3E Anzac

📋 copy color: '#CA9A3E'

red 202 ◦ green 154 ◦ blue 62

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

Shades of Anzac #CA9A3E

Tints of Anzac #CA9A3E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.84%

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

R = 48.33%
G = 36.84%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA9A3E (or 0xCA9A3E) is known color: Anzac. HEX triplet: CA, 9A and 3E. RGB value is (202,154,62). Sum of RGB (Red+Green+Blue) = 202+154+62=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 62 (24.61% from 255 or 14.83% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9A3E is #3565C1. Grayscale: #9E9E9E. Windows color (decimal): -3499458 or 4102858. OLE color: 4102858.

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

Color convert

RGB 202 154 62 -
CMYK 0 0.24 0.69 0.21
HSL 39.43º 0.57% 0.52% -
HSV(B) 39.43º 0.69% 0.79% -
XYZ 36.78 36.02 9.57 -
YUV 157.86 73.9 159.48 -
System Red Green Blue C M Y K H S L
Decimal 202 154 62 0 0.24 0.69 0.21 39.43 0.57 0.52
Hex CA 9A 3E 0 18 45 15 27 39 34
Octal 312 232 76 0 30 105 25 47 71 64
Binary 11001010 10011010 111110 0 11000 1000101 10101 100111 111001 110100

Color Harmonies of #CA9A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9A3E

Black with #CA9A3E

Text Example


Text Example

White with #CA9A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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