Html Css Color HEX #CB7D90 Charm

📋 copy color: '#CB7D90'

red 203 ◦ green 125 ◦ blue 144

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

Shades of Charm #CB7D90

Tints of Charm #CB7D90

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.48%

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

R = 43.01%
G = 26.48%
B = 30.51%

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

#CB7D90 (or 0xCB7D90) is known color: Charm. HEX triplet: CB, 7D and 90. RGB value is (203,125,144). Sum of RGB (Red+Green+Blue) = 203+125+144=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7D90 is #34826F. Grayscale: #969696. Windows color (decimal): -3441264 or 9469387. OLE color: 9469387.

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

Color convert

RGB 203 125 144 -
CMYK 0 0.38 0.29 0.20
HSL 345.38º 0.43% 0.64% -
HSV(B) 345.38º 0.38% 0.8% -
XYZ 37 29.38 30.11 -
YUV 150.49 124.34 165.46 -
System Red Green Blue C M Y K H S L
Decimal 203 125 144 0 0.38 0.29 0.20 345.38 0.43 0.64
Hex CB 7D 90 0 26 1D 14 159 2B 40
Octal 313 175 220 0 46 35 24 531 53 100
Binary 11001011 1111101 10010000 0 100110 11101 10100 101011001 101011 1000000

Color Harmonies of #CB7D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7D90

Black with #CB7D90

Text Example


Text Example

White with #CB7D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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