Html Css Color HEX #CA9A46 Anzac

📋 copy color: '#CA9A46'

red 202 ◦ green 154 ◦ blue 70

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

Shades of Anzac #CA9A46

Tints of Anzac #CA9A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.43%

R = 47.42%
G = 36.15%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA9A46 (or 0xCA9A46) is known color: Anzac. HEX triplet: CA, 9A and 46. RGB value is (202,154,70). Sum of RGB (Red+Green+Blue) = 202+154+70=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9A46 is #3565B9. Grayscale: #9F9F9F. Windows color (decimal): -3499450 or 4627146. OLE color: 4627146.

HSL color Cylindrical-coordinate representation of color #CA9A46: hue angle of 38.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA9A46 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 154 70 -
CMYK 0 0.24 0.65 0.21
HSL 38.18º 0.55% 0.53% -
HSV(B) 38.18º 0.65% 0.79% -
XYZ 37.02 36.11 10.81 -
YUV 158.78 77.9 158.83 -
System Red Green Blue C M Y K H S L
Decimal 202 154 70 0 0.24 0.65 0.21 38.18 0.55 0.53
Hex CA 9A 46 0 18 41 15 26 37 35
Octal 312 232 106 0 30 101 25 46 67 65
Binary 11001010 10011010 1000110 0 11000 1000001 10101 100110 110111 110101

Color Harmonies of #CA9A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9A46

Black with #CA9A46

Text Example


Text Example

White with #CA9A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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