Html Css Color HEX #CB6C80 Charm

📋 copy color: '#CB6C80'

red 203 ◦ green 108 ◦ blue 128

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

Shades of Charm #CB6C80

Tints of Charm #CB6C80

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.6%

 BLUE value IS 128 (50.39% from 255) = 29.16%

R = 46.24%
G = 24.6%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB6C80 (or 0xCB6C80) is known color: Charm. HEX triplet: CB, 6C and 80. RGB value is (203,108,128). Sum of RGB (Red+Green+Blue) = 203+108+128=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6C80 is #34937F. Grayscale: #8A8A8A. Windows color (decimal): -3445632 or 8416459. OLE color: 8416459.

HSL color Cylindrical-coordinate representation of color #CB6C80: hue angle of 347.37º 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 #CB6C80 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 108 128 -
CMYK 0 0.47 0.37 0.20
HSL 347.37º 0.48% 0.61% -
HSV(B) 347.37º 0.47% 0.8% -
XYZ 33.89 24.98 23.46 -
YUV 138.69 121.97 173.87 -
System Red Green Blue C M Y K H S L
Decimal 203 108 128 0 0.47 0.37 0.20 347.37 0.48 0.61
Hex CB 6C 80 0 2F 25 14 15B 30 3D
Octal 313 154 200 0 57 45 24 533 60 75
Binary 11001011 1101100 10000000 0 101111 100101 10100 101011011 110000 111101

Color Harmonies of #CB6C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6C80

Black with #CB6C80

Text Example


Text Example

White with #CB6C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6C80; }

 p { color: rgb(203,108,128); }

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

background-color css

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

 a { background-color: rgb(203,108,128); }

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

border-color css

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

 span { border-color: rgb(203,108,128); }

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