Html Css Color HEX #CB7E90 Charm

📋 copy color: '#CB7E90'

red 203 ◦ green 126 ◦ blue 144

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

Shades of Charm #CB7E90

Tints of Charm #CB7E90

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.64%

 BLUE value IS 144 (56.64% from 255) = 30.44%

R = 42.92%
G = 26.64%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CB7E90 (or 0xCB7E90) is known color: Charm. HEX triplet: CB, 7E and 90. RGB value is (203,126,144). Sum of RGB (Red+Green+Blue) = 203+126+144=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7E90 is #34816F. Grayscale: #979797. Windows color (decimal): -3441008 or 9469643. OLE color: 9469643.

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

Color convert

RGB 203 126 144 -
CMYK 0 0.38 0.29 0.20
HSL 345.97º 0.43% 0.65% -
HSV(B) 345.97º 0.38% 0.8% -
XYZ 37.12 29.63 30.15 -
YUV 151.08 124.01 165.04 -
System Red Green Blue C M Y K H S L
Decimal 203 126 144 0 0.38 0.29 0.20 345.97 0.43 0.65
Hex CB 7E 90 0 26 1D 14 15A 2B 41
Octal 313 176 220 0 46 35 24 532 53 101
Binary 11001011 1111110 10010000 0 100110 11101 10100 101011010 101011 1000001

Color Harmonies of #CB7E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7E90

Black with #CB7E90

Text Example


Text Example

White with #CB7E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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