Html Css Color HEX #CB6987 Charm

📋 copy color: '#CB6987'

red 203 ◦ green 105 ◦ blue 135

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

Shades of Charm #CB6987

Tints of Charm #CB6987

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.7%

 BLUE value IS 135 (53.13% from 255) = 30.47%

R = 45.82%
G = 23.7%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB6987 (or 0xCB6987) is known color: Charm. HEX triplet: CB, 69 and 87. RGB value is (203,105,135). Sum of RGB (Red+Green+Blue) = 203+105+135=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6987 is #349678. Grayscale: #898989. Windows color (decimal): -3446393 or 8874443. OLE color: 8874443.

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

Color convert

RGB 203 105 135 -
CMYK 0 0.48 0.33 0.20
HSL 341.63º 0.49% 0.6% -
HSV(B) 341.63º 0.48% 0.8% -
XYZ 34.05 24.55 25.87 -
YUV 137.72 126.47 174.56 -
System Red Green Blue C M Y K H S L
Decimal 203 105 135 0 0.48 0.33 0.20 341.63 0.49 0.6
Hex CB 69 87 0 30 21 14 156 31 3C
Octal 313 151 207 0 60 41 24 526 61 74
Binary 11001011 1101001 10000111 0 110000 100001 10100 101010110 110001 111100

Color Harmonies of #CB6987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6987

Black with #CB6987

Text Example


Text Example

White with #CB6987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6987; }

 p { color: rgb(203,105,135); }

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

background-color css

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

 a { background-color: rgb(203,105,135); }

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

border-color css

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

 span { border-color: rgb(203,105,135); }

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