Html Css Color HEX #CB6B87 Charm

📋 copy color: '#CB6B87'

red 203 ◦ green 107 ◦ blue 135

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

Shades of Charm #CB6B87

Tints of Charm #CB6B87

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.04%

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

R = 45.62%
G = 24.04%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB6B87 (or 0xCB6B87) is known color: Charm. HEX triplet: CB, 6B and 87. RGB value is (203,107,135). Sum of RGB (Red+Green+Blue) = 203+107+135=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6B87 is #349478. Grayscale: #8A8A8A. Windows color (decimal): -3445881 or 8874955. OLE color: 8874955.

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

Color convert

RGB 203 107 135 -
CMYK 0 0.47 0.33 0.20
HSL 342.5º 0.48% 0.61% -
HSV(B) 342.5º 0.47% 0.8% -
XYZ 34.26 24.96 25.93 -
YUV 138.9 125.8 173.72 -
System Red Green Blue C M Y K H S L
Decimal 203 107 135 0 0.47 0.33 0.20 342.5 0.48 0.61
Hex CB 6B 87 0 2F 21 14 156 30 3D
Octal 313 153 207 0 57 41 24 526 60 75
Binary 11001011 1101011 10000111 0 101111 100001 10100 101010110 110000 111101

Color Harmonies of #CB6B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6B87

Black with #CB6B87

Text Example


Text Example

White with #CB6B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6B87; }

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

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

background-color css

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

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

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

border-color css

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

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

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