Html Css Color HEX #CA9247 Anzac

📋 copy color: '#CA9247'

red 202 ◦ green 146 ◦ blue 71

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

Shades of Anzac #CA9247

Tints of Anzac #CA9247

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.84%

 BLUE value IS 71 (28.13% from 255) = 16.95%

R = 48.21%
G = 34.84%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA9247 (or 0xCA9247) is known color: Anzac. HEX triplet: CA, 92 and 47. RGB value is (202,146,71). Sum of RGB (Red+Green+Blue) = 202+146+71=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 71 (28.12% from 255 or 16.95% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9247 is #356DB8. Grayscale: #9A9A9A. Windows color (decimal): -3501497 or 4690634. OLE color: 4690634.

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

Color convert

RGB 202 146 71 -
CMYK 0 0.28 0.65 0.21
HSL 34.35º 0.55% 0.54% -
HSV(B) 34.35º 0.65% 0.79% -
XYZ 35.77 33.57 10.56 -
YUV 154.19 81.05 162.1 -
System Red Green Blue C M Y K H S L
Decimal 202 146 71 0 0.28 0.65 0.21 34.35 0.55 0.54
Hex CA 92 47 0 1C 41 15 22 37 36
Octal 312 222 107 0 34 101 25 42 67 66
Binary 11001010 10010010 1000111 0 11100 1000001 10101 100010 110111 110110

Color Harmonies of #CA9247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9247

Black with #CA9247

Text Example


Text Example

White with #CA9247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9247; }

 p { color: rgb(202,146,71); }

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

background-color css

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

 a { background-color: rgb(202,146,71); }

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

border-color css

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

 span { border-color: rgb(202,146,71); }

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