Html Css Color HEX #CB6D80 Charm

📋 copy color: '#CB6D80'

red 203 ◦ green 109 ◦ blue 128

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

Shades of Charm #CB6D80

Tints of Charm #CB6D80

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.77%

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

R = 46.14%
G = 24.77%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB6D80 (or 0xCB6D80) is known color: Charm. HEX triplet: CB, 6D and 80. RGB value is (203,109,128). Sum of RGB (Red+Green+Blue) = 203+109+128=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6D80 is #34927F. Grayscale: #8B8B8B. Windows color (decimal): -3445376 or 8416715. OLE color: 8416715.

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

Color convert

RGB 203 109 128 -
CMYK 0 0.46 0.37 0.20
HSL 347.87º 0.47% 0.61% -
HSV(B) 347.87º 0.46% 0.8% -
XYZ 33.99 25.19 23.49 -
YUV 139.27 121.64 173.46 -
System Red Green Blue C M Y K H S L
Decimal 203 109 128 0 0.46 0.37 0.20 347.87 0.47 0.61
Hex CB 6D 80 0 2E 25 14 15C 2F 3D
Octal 313 155 200 0 56 45 24 534 57 75
Binary 11001011 1101101 10000000 0 101110 100101 10100 101011100 101111 111101

Color Harmonies of #CB6D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6D80

Black with #CB6D80

Text Example


Text Example

White with #CB6D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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