Html Css Color HEX #CD7288 Charm

📋 copy color: '#CD7288'

red 205 ◦ green 114 ◦ blue 136

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

Shades of Charm #CD7288

Tints of Charm #CD7288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.05%

 BLUE value IS 136 (53.52% from 255) = 29.89%

R = 45.05%
G = 25.05%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CD7288 (or 0xCD7288) is known color: Charm. HEX triplet: CD, 72 and 88. RGB value is (205,114,136). Sum of RGB (Red+Green+Blue) = 205+114+136=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7288 is #328D77. Grayscale: #8F8F8F. Windows color (decimal): -3313016 or 8942285. OLE color: 8942285.

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

Color convert

RGB 205 114 136 -
CMYK 0 0.44 0.34 0.20
HSL 345.49º 0.48% 0.63% -
HSV(B) 345.49º 0.44% 0.8% -
XYZ 35.64 26.79 26.59 -
YUV 143.72 123.65 171.71 -
System Red Green Blue C M Y K H S L
Decimal 205 114 136 0 0.44 0.34 0.20 345.49 0.48 0.63
Hex CD 72 88 0 2C 22 14 159 30 3F
Octal 315 162 210 0 54 42 24 531 60 77
Binary 11001101 1110010 10001000 0 101100 100010 10100 101011001 110000 111111

Color Harmonies of #CD7288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7288

Black with #CD7288

Text Example


Text Example

White with #CD7288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7288; }

 p { color: rgb(205,114,136); }

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

background-color css

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

 a { background-color: rgb(205,114,136); }

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

border-color css

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

 span { border-color: rgb(205,114,136); }

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