Html Css Color HEX #CD913D Anzac

📋 copy color: '#CD913D'

red 205 ◦ green 145 ◦ blue 61

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

Shades of Anzac #CD913D

Tints of Anzac #CD913D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.84%

R = 49.88%
G = 35.28%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD913D (or 0xCD913D) is known color: Anzac. HEX triplet: CD, 91 and 3D. RGB value is (205,145,61). Sum of RGB (Red+Green+Blue) = 205+145+61=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD913D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD913D is #326EC2. Grayscale: #999999. Windows color (decimal): -3305155 or 4035021. OLE color: 4035021.

HSL color Cylindrical-coordinate representation of color #CD913D: hue angle of 35º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD913D is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 145 61 -
CMYK 0 0.29 0.70 0.20
HSL 35º 0.59% 0.52% -
HSV(B) 35º 0.7% 0.8% -
XYZ 36.14 33.57 8.99 -
YUV 153.36 75.88 164.83 -
System Red Green Blue C M Y K H S L
Decimal 205 145 61 0 0.29 0.70 0.20 35 0.59 0.52
Hex CD 91 3D 0 1D 46 14 23 3B 34
Octal 315 221 75 0 35 106 24 43 73 64
Binary 11001101 10010001 111101 0 11101 1000110 10100 100011 111011 110100

Color Harmonies of #CD913D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD913D

Black with #CD913D

Text Example


Text Example

White with #CD913D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD913D; }

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

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

background-color css

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

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

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

border-color css

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

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

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