Html Css Color HEX #CA9D3E Anzac

📋 copy color: '#CA9D3E'

red 202 ◦ green 157 ◦ blue 62

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

Shades of Anzac #CA9D3E

Tints of Anzac #CA9D3E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.29%

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

R = 47.98%
G = 37.29%
B = 14.73%

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

#CA9D3E (or 0xCA9D3E) is known color: Anzac. HEX triplet: CA, 9D and 3E. RGB value is (202,157,62). Sum of RGB (Red+Green+Blue) = 202+157+62=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 62 (24.61% from 255 or 14.73% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9D3E is #3562C1. Grayscale: #A0A0A0. Windows color (decimal): -3498690 or 4103626. OLE color: 4103626.

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

Color convert

RGB 202 157 62 -
CMYK 0 0.22 0.69 0.21
HSL 40.71º 0.57% 0.52% -
HSV(B) 40.71º 0.69% 0.79% -
XYZ 37.28 37.02 9.74 -
YUV 159.63 72.91 158.22 -
System Red Green Blue C M Y K H S L
Decimal 202 157 62 0 0.22 0.69 0.21 40.71 0.57 0.52
Hex CA 9D 3E 0 16 45 15 29 39 34
Octal 312 235 76 0 26 105 25 51 71 64
Binary 11001010 10011101 111110 0 10110 1000101 10101 101001 111001 110100

Color Harmonies of #CA9D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9D3E

Black with #CA9D3E

Text Example


Text Example

White with #CA9D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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