Html Css Color HEX #CD9145 Anzac

📋 copy color: '#CD9145'

red 205 ◦ green 145 ◦ blue 69

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

Shades of Anzac #CD9145

Tints of Anzac #CD9145

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.61%

 BLUE value IS 69 (27.34% from 255) = 16.47%

R = 48.93%
G = 34.61%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CD9145 (or 0xCD9145) is known color: Anzac. HEX triplet: CD, 91 and 45. RGB value is (205,145,69). Sum of RGB (Red+Green+Blue) = 205+145+69=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9145 is #326EBA. Grayscale: #9A9A9A. Windows color (decimal): -3305147 or 4559309. OLE color: 4559309.

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

Color convert

RGB 205 145 69 -
CMYK 0 0.29 0.66 0.20
HSL 33.53º 0.58% 0.54% -
HSV(B) 33.53º 0.66% 0.8% -
XYZ 36.38 33.66 10.21 -
YUV 154.28 79.88 164.18 -
System Red Green Blue C M Y K H S L
Decimal 205 145 69 0 0.29 0.66 0.20 33.53 0.58 0.54
Hex CD 91 45 0 1D 42 14 22 3A 36
Octal 315 221 105 0 35 102 24 42 72 66
Binary 11001101 10010001 1000101 0 11101 1000010 10100 100010 111010 110110

Color Harmonies of #CD9145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9145

Black with #CD9145

Text Example


Text Example

White with #CD9145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9145; }

 p { color: rgb(205,145,69); }

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

background-color css

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

 a { background-color: rgb(205,145,69); }

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

border-color css

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

 span { border-color: rgb(205,145,69); }

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