Html Css Color HEX #CA9747 Anzac

📋 copy color: '#CA9747'

red 202 ◦ green 151 ◦ blue 71

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

Shades of Anzac #CA9747

Tints of Anzac #CA9747

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.61%

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

R = 47.64%
G = 35.61%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA9747 (or 0xCA9747) is known color: Anzac. HEX triplet: CA, 97 and 47. RGB value is (202,151,71). Sum of RGB (Red+Green+Blue) = 202+151+71=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 71 (28.12% from 255 or 16.75% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9747 is #3568B8. Grayscale: #9D9D9D. Windows color (decimal): -3500217 or 4691914. OLE color: 4691914.

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

Color convert

RGB 202 151 71 -
CMYK 0 0.25 0.65 0.21
HSL 36.64º 0.55% 0.54% -
HSV(B) 36.64º 0.65% 0.79% -
XYZ 36.56 35.14 10.82 -
YUV 157.13 79.4 160 -
System Red Green Blue C M Y K H S L
Decimal 202 151 71 0 0.25 0.65 0.21 36.64 0.55 0.54
Hex CA 97 47 0 19 41 15 25 37 36
Octal 312 227 107 0 31 101 25 45 67 66
Binary 11001010 10010111 1000111 0 11001 1000001 10101 100101 110111 110110

Color Harmonies of #CA9747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9747

Black with #CA9747

Text Example


Text Example

White with #CA9747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9747; }

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

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

background-color css

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

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

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

border-color css

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

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

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