Html Css Color HEX #CA9C3E Anzac

📋 copy color: '#CA9C3E'

red 202 ◦ green 156 ◦ blue 62

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

Shades of Anzac #CA9C3E

Tints of Anzac #CA9C3E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.14%

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

R = 48.1%
G = 37.14%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA9C3E (or 0xCA9C3E) is known color: Anzac. HEX triplet: CA, 9C and 3E. RGB value is (202,156,62). Sum of RGB (Red+Green+Blue) = 202+156+62=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 62 (24.61% from 255 or 14.76% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9C3E is #3563C1. Grayscale: #9F9F9F. Windows color (decimal): -3498946 or 4103370. OLE color: 4103370.

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

Color convert

RGB 202 156 62 -
CMYK 0 0.23 0.69 0.21
HSL 40.29º 0.57% 0.52% -
HSV(B) 40.29º 0.69% 0.79% -
XYZ 37.12 36.68 9.68 -
YUV 159.04 73.24 158.64 -
System Red Green Blue C M Y K H S L
Decimal 202 156 62 0 0.23 0.69 0.21 40.29 0.57 0.52
Hex CA 9C 3E 0 17 45 15 28 39 34
Octal 312 234 76 0 27 105 25 50 71 64
Binary 11001010 10011100 111110 0 10111 1000101 10101 101000 111001 110100

Color Harmonies of #CA9C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9C3E

Black with #CA9C3E

Text Example


Text Example

White with #CA9C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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