Html Css Color HEX #CD9E42 Anzac

📋 copy color: '#CD9E42'

red 205 ◦ green 158 ◦ blue 66

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

Shades of Anzac #CD9E42

Tints of Anzac #CD9E42

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.83%

 BLUE value IS 66 (26.17% from 255) = 15.38%

R = 47.79%
G = 36.83%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD9E42 (or 0xCD9E42) is known color: Anzac. HEX triplet: CD, 9E and 42. RGB value is (205,158,66). Sum of RGB (Red+Green+Blue) = 205+158+66=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9E42 is #3261BD. Grayscale: #A1A1A1. Windows color (decimal): -3301822 or 4366029. OLE color: 4366029.

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

Color convert

RGB 205 158 66 -
CMYK 0 0.23 0.68 0.20
HSL 39.71º 0.58% 0.53% -
HSV(B) 39.71º 0.68% 0.8% -
XYZ 38.39 37.83 10.43 -
YUV 161.57 74.07 158.98 -
System Red Green Blue C M Y K H S L
Decimal 205 158 66 0 0.23 0.68 0.20 39.71 0.58 0.53
Hex CD 9E 42 0 17 44 14 28 3A 35
Octal 315 236 102 0 27 104 24 50 72 65
Binary 11001101 10011110 1000010 0 10111 1000100 10100 101000 111010 110101

Color Harmonies of #CD9E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9E42

Black with #CD9E42

Text Example


Text Example

White with #CD9E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9E42; }

 p { color: rgb(205,158,66); }

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

background-color css

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

 a { background-color: rgb(205,158,66); }

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

border-color css

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

 span { border-color: rgb(205,158,66); }

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