Html Css Color HEX #CB6887 Charm

📋 copy color: '#CB6887'

red 203 ◦ green 104 ◦ blue 135

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

Shades of Charm #CB6887

Tints of Charm #CB6887

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.53%

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

R = 45.93%
G = 23.53%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB6887 (or 0xCB6887) is known color: Charm. HEX triplet: CB, 68 and 87. RGB value is (203,104,135). Sum of RGB (Red+Green+Blue) = 203+104+135=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6887 is #349778. Grayscale: #898989. Windows color (decimal): -3446649 or 8874187. OLE color: 8874187.

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

Color convert

RGB 203 104 135 -
CMYK 0 0.49 0.33 0.20
HSL 341.21º 0.49% 0.6% -
HSV(B) 341.21º 0.49% 0.8% -
XYZ 33.95 24.35 25.83 -
YUV 137.14 126.8 174.98 -
System Red Green Blue C M Y K H S L
Decimal 203 104 135 0 0.49 0.33 0.20 341.21 0.49 0.6
Hex CB 68 87 0 31 21 14 155 31 3C
Octal 313 150 207 0 61 41 24 525 61 74
Binary 11001011 1101000 10000111 0 110001 100001 10100 101010101 110001 111100

Color Harmonies of #CB6887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6887

Black with #CB6887

Text Example


Text Example

White with #CB6887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6887; }

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

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

background-color css

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

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

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

border-color css

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

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

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