Html Css Color HEX #CD6B4A Red Damask

📋 copy color: '#CD6B4A'

red 205 ◦ green 107 ◦ blue 74

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

Shades of Red Damask #CD6B4A

Tints of Red Damask #CD6B4A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.72%

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

R = 53.11%
G = 27.72%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD6B4A (or 0xCD6B4A) is known color: Red Damask. HEX triplet: CD, 6B and 4A. RGB value is (205,107,74). Sum of RGB (Red+Green+Blue) = 205+107+74=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6B4A is #3294B5. Grayscale: #848484. Windows color (decimal): -3314870 or 4877261. OLE color: 4877261.

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

Color convert

RGB 205 107 74 -
CMYK 0 0.48 0.64 0.20
HSL 15.11º 0.57% 0.55% -
HSV(B) 15.11º 0.64% 0.8% -
XYZ 31.67 23.99 9.44 -
YUV 132.54 94.97 179.68 -
System Red Green Blue C M Y K H S L
Decimal 205 107 74 0 0.48 0.64 0.20 15.11 0.57 0.55
Hex CD 6B 4A 0 30 40 14 F 39 37
Octal 315 153 112 0 60 100 24 17 71 67
Binary 11001101 1101011 1001010 0 110000 1000000 10100 1111 111001 110111

Color Harmonies of #CD6B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6B4A

Black with #CD6B4A

Text Example


Text Example

White with #CD6B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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