Html Css Color HEX #CD904A Anzac

📋 copy color: '#CD904A'

red 205 ◦ green 144 ◦ blue 74

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

Shades of Anzac #CD904A

Tints of Anzac #CD904A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.04%

 BLUE value IS 74 (29.3% from 255) = 17.49%

R = 48.46%
G = 34.04%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD904A (or 0xCD904A) is known color: Anzac. HEX triplet: CD, 90 and 4A. RGB value is (205,144,74). Sum of RGB (Red+Green+Blue) = 205+144+74=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD904A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD904A is #326FB5. Grayscale: #9A9A9A. Windows color (decimal): -3305398 or 4886733. OLE color: 4886733.

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

Color convert

RGB 205 144 74 -
CMYK 0 0.30 0.64 0.20
HSL 32.06º 0.57% 0.55% -
HSV(B) 32.06º 0.64% 0.8% -
XYZ 36.39 33.42 11.01 -
YUV 154.26 82.71 164.19 -
System Red Green Blue C M Y K H S L
Decimal 205 144 74 0 0.30 0.64 0.20 32.06 0.57 0.55
Hex CD 90 4A 0 1E 40 14 20 39 37
Octal 315 220 112 0 36 100 24 40 71 67
Binary 11001101 10010000 1001010 0 11110 1000000 10100 100000 111001 110111

Color Harmonies of #CD904A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD904A

Black with #CD904A

Text Example


Text Example

White with #CD904A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD904A; }

 p { color: rgb(205,144,74); }

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

background-color css

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

 a { background-color: rgb(205,144,74); }

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

border-color css

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

 span { border-color: rgb(205,144,74); }

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