Html Css Color HEX #CD7242 Red Damask

📋 copy color: '#CD7242'

red 205 ◦ green 114 ◦ blue 66

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

Shades of Red Damask #CD7242

Tints of Red Damask #CD7242

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.61%

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

R = 53.25%
G = 29.61%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD7242 (or 0xCD7242) is known color: Red Damask. HEX triplet: CD, 72 and 42. RGB value is (205,114,66). Sum of RGB (Red+Green+Blue) = 205+114+66=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7242 is #328DBD. Grayscale: #888888. Windows color (decimal): -3313086 or 4354765. OLE color: 4354765.

HSL color Cylindrical-coordinate representation of color #CD7242: hue angle of 20.72º 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 #CD7242 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 114 66 -
CMYK 0 0.44 0.68 0.20
HSL 20.72º 0.58% 0.53% -
HSV(B) 20.72º 0.68% 0.8% -
XYZ 32.18 25.41 8.36 -
YUV 135.74 88.65 177.4 -
System Red Green Blue C M Y K H S L
Decimal 205 114 66 0 0.44 0.68 0.20 20.72 0.58 0.53
Hex CD 72 42 0 2C 44 14 15 3A 35
Octal 315 162 102 0 54 104 24 25 72 65
Binary 11001101 1110010 1000010 0 101100 1000100 10100 10101 111010 110101

Color Harmonies of #CD7242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7242

Black with #CD7242

Text Example


Text Example

White with #CD7242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7242; }

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

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

background-color css

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

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

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

border-color css

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

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

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