Html Css Color HEX #CD6265 Mandy

📋 copy color: '#CD6265'

red 205 ◦ green 98 ◦ blue 101

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

Shades of Mandy #CD6265

Tints of Mandy #CD6265

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

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

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

Color convert

RGB 205 98 101 -
CMYK 0 0.52 0.51 0.20
HSL 358.32º 0.52% 0.59% -
HSV(B) 358.32º 0.52% 0.8% -
XYZ 31.89 22.65 15 -
YUV 130.34 111.45 181.26 -
System Red Green Blue C M Y K H S L
Decimal 205 98 101 0 0.52 0.51 0.20 358.32 0.52 0.59
Hex CD 62 65 0 34 33 14 166 34 3B
Octal 315 142 145 0 64 63 24 546 64 73
Binary 11001101 1100010 1100101 0 110100 110011 10100 101100110 110100 111011

Color Harmonies of #CD6265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6265

Black with #CD6265

Text Example


Text Example

White with #CD6265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6265; }

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

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

background-color css

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

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

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

border-color css

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

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

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