Html Css Color HEX #CB6C7E Charm

📋 copy color: '#CB6C7E'

red 203 ◦ green 108 ◦ blue 126

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

Shades of Charm #CB6C7E

Tints of Charm #CB6C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.83%

R = 46.45%
G = 24.71%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB6C7E (or 0xCB6C7E) is known color: Charm. HEX triplet: CB, 6C and 7E. RGB value is (203,108,126). Sum of RGB (Red+Green+Blue) = 203+108+126=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6C7E is #349381. Grayscale: #8A8A8A. Windows color (decimal): -3445634 or 8285387. OLE color: 8285387.

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

Color convert

RGB 203 108 126 -
CMYK 0 0.47 0.38 0.20
HSL 348.63º 0.48% 0.61% -
HSV(B) 348.63º 0.47% 0.8% -
XYZ 33.76 24.93 22.77 -
YUV 138.46 120.97 174.04 -
System Red Green Blue C M Y K H S L
Decimal 203 108 126 0 0.47 0.38 0.20 348.63 0.48 0.61
Hex CB 6C 7E 0 2F 26 14 15D 30 3D
Octal 313 154 176 0 57 46 24 535 60 75
Binary 11001011 1101100 1111110 0 101111 100110 10100 101011101 110000 111101

Color Harmonies of #CB6C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6C7E

Black with #CB6C7E

Text Example


Text Example

White with #CB6C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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