Html Css Color HEX #CB6F7E Charm

📋 copy color: '#CB6F7E'

red 203 ◦ green 111 ◦ blue 126

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

Shades of Charm #CB6F7E

Tints of Charm #CB6F7E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.23%

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

R = 46.14%
G = 25.23%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB6F7E (or 0xCB6F7E) is known color: Charm. HEX triplet: CB, 6F and 7E. RGB value is (203,111,126). Sum of RGB (Red+Green+Blue) = 203+111+126=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6F7E is #349081. Grayscale: #8C8C8C. Windows color (decimal): -3444866 or 8286155. OLE color: 8286155.

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

Color convert

RGB 203 111 126 -
CMYK 0 0.45 0.38 0.20
HSL 350.22º 0.47% 0.62% -
HSV(B) 350.22º 0.45% 0.8% -
XYZ 34.08 25.57 22.88 -
YUV 140.22 119.98 172.78 -
System Red Green Blue C M Y K H S L
Decimal 203 111 126 0 0.45 0.38 0.20 350.22 0.47 0.62
Hex CB 6F 7E 0 2D 26 14 15E 2F 3E
Octal 313 157 176 0 55 46 24 536 57 76
Binary 11001011 1101111 1111110 0 101101 100110 10100 101011110 101111 111110

Color Harmonies of #CB6F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6F7E

Black with #CB6F7E

Text Example


Text Example

White with #CB6F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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