Html Css Color HEX #CD6562 Indian Red

📋 copy color: '#CD6562'

red 205 ◦ green 101 ◦ blue 98

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

Shades of Indian Red #CD6562

Tints of Indian Red #CD6562

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25%

 BLUE value IS 98 (38.67% from 255) = 24.26%

R = 50.74%
G = 25%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CD6562 (or 0xCD6562) is known color: Indian Red. HEX triplet: CD, 65 and 62. RGB value is (205,101,98). Sum of RGB (Red+Green+Blue) = 205+101+98=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6562 is #329A9D. Grayscale: #838383. Windows color (decimal): -3316382 or 6448589. OLE color: 6448589.

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

Color convert

RGB 205 101 98 -
CMYK 0 0.51 0.52 0.20
HSL 1.68º 0.52% 0.59% -
HSV(B) 1.68º 0.52% 0.8% -
XYZ 32.04 23.17 14.34 -
YUV 131.75 108.96 180.24 -
System Red Green Blue C M Y K H S L
Decimal 205 101 98 0 0.51 0.52 0.20 1.68 0.52 0.59
Hex CD 65 62 0 33 34 14 2 34 3B
Octal 315 145 142 0 63 64 24 2 64 73
Binary 11001101 1100101 1100010 0 110011 110100 10100 10 110100 111011

Color Harmonies of #CD6562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6562

Black with #CD6562

Text Example


Text Example

White with #CD6562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6562; }

 p { color: rgb(205,101,98); }

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

background-color css

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

 a { background-color: rgb(205,101,98); }

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

border-color css

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

 span { border-color: rgb(205,101,98); }

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