Html Css Color HEX #CA8E46 Anzac

📋 copy color: '#CA8E46'

red 202 ◦ green 142 ◦ blue 70

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

Shades of Anzac #CA8E46

Tints of Anzac #CA8E46

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.3%

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

R = 48.79%
G = 34.3%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA8E46 (or 0xCA8E46) is known color: Anzac. HEX triplet: CA, 8E and 46. RGB value is (202,142,70). Sum of RGB (Red+Green+Blue) = 202+142+70=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8E46 is #3571B9. Grayscale: #989898. Windows color (decimal): -3502522 or 4624074. OLE color: 4624074.

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

Color convert

RGB 202 142 70 -
CMYK 0 0.30 0.65 0.21
HSL 32.73º 0.55% 0.53% -
HSV(B) 32.73º 0.65% 0.79% -
XYZ 35.14 32.34 10.19 -
YUV 151.73 81.88 163.85 -
System Red Green Blue C M Y K H S L
Decimal 202 142 70 0 0.30 0.65 0.21 32.73 0.55 0.53
Hex CA 8E 46 0 1E 41 15 21 37 35
Octal 312 216 106 0 36 101 25 41 67 65
Binary 11001010 10001110 1000110 0 11110 1000001 10101 100001 110111 110101

Color Harmonies of #CA8E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8E46

Black with #CA8E46

Text Example


Text Example

White with #CA8E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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