Html Css Color HEX #CA8C46 Anzac

📋 copy color: '#CA8C46'

red 202 ◦ green 140 ◦ blue 70

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

Shades of Anzac #CA8C46

Tints of Anzac #CA8C46

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.98%

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

R = 49.03%
G = 33.98%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA8C46 (or 0xCA8C46) is known color: Anzac. HEX triplet: CA, 8C and 46. RGB value is (202,140,70). Sum of RGB (Red+Green+Blue) = 202+140+70=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8C46 is #3573B9. Grayscale: #969696. Windows color (decimal): -3503034 or 4623562. OLE color: 4623562.

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

Color convert

RGB 202 140 70 -
CMYK 0 0.31 0.65 0.21
HSL 31.82º 0.55% 0.53% -
HSV(B) 31.82º 0.65% 0.79% -
XYZ 34.84 31.75 10.09 -
YUV 150.56 82.54 164.69 -
System Red Green Blue C M Y K H S L
Decimal 202 140 70 0 0.31 0.65 0.21 31.82 0.55 0.53
Hex CA 8C 46 0 1F 41 15 20 37 35
Octal 312 214 106 0 37 101 25 40 67 65
Binary 11001010 10001100 1000110 0 11111 1000001 10101 100000 110111 110101

Color Harmonies of #CA8C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8C46

Black with #CA8C46

Text Example


Text Example

White with #CA8C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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