Html Css Color HEX #CD9A47 Anzac

📋 copy color: '#CD9A47'

red 205 ◦ green 154 ◦ blue 71

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

Shades of Anzac #CD9A47

Tints of Anzac #CD9A47

RGB

 RED value IS 205 (80.47% from 255) = 47.67%

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

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

R = 47.67%
G = 35.81%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CD9A47 (or 0xCD9A47) is known color: Anzac. HEX triplet: CD, 9A and 47. RGB value is (205,154,71). Sum of RGB (Red+Green+Blue) = 205+154+71=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 71 (28.12% from 255 or 16.51% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9A47 is #3265B8. Grayscale: #A0A0A0. Windows color (decimal): -3302841 or 4692685. OLE color: 4692685.

HSL color Cylindrical-coordinate representation of color #CD9A47: hue angle of 37.16º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD9A47 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 154 71 -
CMYK 0 0.25 0.65 0.20
HSL 37.16º 0.57% 0.54% -
HSV(B) 37.16º 0.65% 0.8% -
XYZ 37.87 36.55 11.02 -
YUV 159.79 77.9 160.25 -
System Red Green Blue C M Y K H S L
Decimal 205 154 71 0 0.25 0.65 0.20 37.16 0.57 0.54
Hex CD 9A 47 0 19 41 14 25 39 36
Octal 315 232 107 0 31 101 24 45 71 66
Binary 11001101 10011010 1000111 0 11001 1000001 10100 100101 111001 110110

Color Harmonies of #CD9A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9A47

Black with #CD9A47

Text Example


Text Example

White with #CD9A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9A47; }

 p { color: rgb(205,154,71); }

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

background-color css

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

 a { background-color: rgb(205,154,71); }

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

border-color css

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

 span { border-color: rgb(205,154,71); }

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