Html Css Color HEX #CB7585 Charm

📋 copy color: '#CB7585'

red 203 ◦ green 117 ◦ blue 133

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

Shades of Charm #CB7585

Tints of Charm #CB7585

RGB

 RED value IS 203 (79.69% from 255) = 44.81%

 GREEN value IS 117 (46.09% from 255) = 25.83%

 BLUE value IS 133 (52.34% from 255) = 29.36%

R = 44.81%
G = 25.83%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CB7585 (or 0xCB7585) is known color: Charm. HEX triplet: CB, 75 and 85. RGB value is (203,117,133). Sum of RGB (Red+Green+Blue) = 203+117+133=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7585 is #348A7A. Grayscale: #909090. Windows color (decimal): -3443323 or 8746443. OLE color: 8746443.

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

Color convert

RGB 203 117 133 -
CMYK 0 0.42 0.34 0.20
HSL 348.84º 0.45% 0.63% -
HSV(B) 348.84º 0.42% 0.8% -
XYZ 35.22 27.11 25.57 -
YUV 144.54 121.49 169.7 -
System Red Green Blue C M Y K H S L
Decimal 203 117 133 0 0.42 0.34 0.20 348.84 0.45 0.63
Hex CB 75 85 0 2A 22 14 15D 2D 3F
Octal 313 165 205 0 52 42 24 535 55 77
Binary 11001011 1110101 10000101 0 101010 100010 10100 101011101 101101 111111

Color Harmonies of #CB7585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7585

Black with #CB7585

Text Example


Text Example

White with #CB7585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7585; }

 p { color: rgb(203,117,133); }

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

background-color css

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

 a { background-color: rgb(203,117,133); }

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

border-color css

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

 span { border-color: rgb(203,117,133); }

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