Html Css Color HEX #CB6B7E Charm

📋 copy color: '#CB6B7E'

red 203 ◦ green 107 ◦ blue 126

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

Shades of Charm #CB6B7E

Tints of Charm #CB6B7E

RGB

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

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

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

R = 46.56%
G = 24.54%
B = 28.9%

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

#CB6B7E (or 0xCB6B7E) is known color: Charm. HEX triplet: CB, 6B and 7E. RGB value is (203,107,126). Sum of RGB (Red+Green+Blue) = 203+107+126=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6B7E is #349481. Grayscale: #898989. Windows color (decimal): -3445890 or 8285131. OLE color: 8285131.

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

Color convert

RGB 203 107 126 -
CMYK 0 0.47 0.38 0.20
HSL 348.13º 0.48% 0.61% -
HSV(B) 348.13º 0.47% 0.8% -
XYZ 33.65 24.72 22.74 -
YUV 137.87 121.3 174.46 -
System Red Green Blue C M Y K H S L
Decimal 203 107 126 0 0.47 0.38 0.20 348.13 0.48 0.61
Hex CB 6B 7E 0 2F 26 14 15C 30 3D
Octal 313 153 176 0 57 46 24 534 60 75
Binary 11001011 1101011 1111110 0 101111 100110 10100 101011100 110000 111101

Color Harmonies of #CB6B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6B7E

Black with #CB6B7E

Text Example


Text Example

White with #CB6B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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