Html Css Color HEX #CD6A60 Roman

📋 copy color: '#CD6A60'

red 205 ◦ green 106 ◦ blue 96

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

Shades of Roman #CD6A60

Tints of Roman #CD6A60

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.04%

 BLUE value IS 96 (37.89% from 255) = 23.59%

R = 50.37%
G = 26.04%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CD6A60 (or 0xCD6A60) is known color: Roman. HEX triplet: CD, 6A and 60. RGB value is (205,106,96). Sum of RGB (Red+Green+Blue) = 205+106+96=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6A60 is #32959F. Grayscale: #868686. Windows color (decimal): -3315104 or 6318797. OLE color: 6318797.

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

Color convert

RGB 205 106 96 -
CMYK 0 0.48 0.53 0.20
HSL 5.5º 0.52% 0.59% -
HSV(B) 5.5º 0.53% 0.8% -
XYZ 32.44 24.13 14.01 -
YUV 134.46 106.3 178.31 -
System Red Green Blue C M Y K H S L
Decimal 205 106 96 0 0.48 0.53 0.20 5.5 0.52 0.59
Hex CD 6A 60 0 30 35 14 6 34 3B
Octal 315 152 140 0 60 65 24 6 64 73
Binary 11001101 1101010 1100000 0 110000 110101 10100 110 110100 111011

Color Harmonies of #CD6A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6A60

Black with #CD6A60

Text Example


Text Example

White with #CD6A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6A60; }

 p { color: rgb(205,106,96); }

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

background-color css

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

 a { background-color: rgb(205,106,96); }

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

border-color css

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

 span { border-color: rgb(205,106,96); }

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