Html Css Color HEX #CD774C Red Damask

📋 copy color: '#CD774C'

red 205 ◦ green 119 ◦ blue 76

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

Shades of Red Damask #CD774C

Tints of Red Damask #CD774C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.75%

 BLUE value IS 76 (30.08% from 255) = 19%

R = 51.25%
G = 29.75%
B = 19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD774C (or 0xCD774C) is known color: Red Damask. HEX triplet: CD, 77 and 4C. RGB value is (205,119,76). Sum of RGB (Red+Green+Blue) = 205+119+76=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CD774C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD774C is #3288B3. Grayscale: #8C8C8C. Windows color (decimal): -3311796 or 5011405. OLE color: 5011405.

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

Color convert

RGB 205 119 76 -
CMYK 0 0.42 0.63 0.20
HSL 20º 0.56% 0.55% -
HSV(B) 20º 0.63% 0.8% -
XYZ 33.08 26.69 10.25 -
YUV 139.81 91.99 174.5 -
System Red Green Blue C M Y K H S L
Decimal 205 119 76 0 0.42 0.63 0.20 20 0.56 0.55
Hex CD 77 4C 0 2A 3F 14 14 38 37
Octal 315 167 114 0 52 77 24 24 70 67
Binary 11001101 1110111 1001100 0 101010 111111 10100 10100 111000 110111

Color Harmonies of #CD774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD774C

Black with #CD774C

Text Example


Text Example

White with #CD774C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD774C; }

 p { color: rgb(205,119,76); }

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

background-color css

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

 a { background-color: rgb(205,119,76); }

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

border-color css

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

 span { border-color: rgb(205,119,76); }

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