Html Css Color HEX #CB7690 Charm

📋 copy color: '#CB7690'

red 203 ◦ green 118 ◦ blue 144

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

Shades of Charm #CB7690

Tints of Charm #CB7690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.38%

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

R = 43.66%
G = 25.38%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CB7690 (or 0xCB7690) is known color: Charm. HEX triplet: CB, 76 and 90. RGB value is (203,118,144). Sum of RGB (Red+Green+Blue) = 203+118+144=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7690 is #34896F. Grayscale: #929292. Windows color (decimal): -3443056 or 9467595. OLE color: 9467595.

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

Color convert

RGB 203 118 144 -
CMYK 0 0.42 0.29 0.20
HSL 341.65º 0.45% 0.63% -
HSV(B) 341.65º 0.42% 0.8% -
XYZ 36.14 27.67 29.82 -
YUV 146.38 126.66 168.39 -
System Red Green Blue C M Y K H S L
Decimal 203 118 144 0 0.42 0.29 0.20 341.65 0.45 0.63
Hex CB 76 90 0 2A 1D 14 156 2D 3F
Octal 313 166 220 0 52 35 24 526 55 77
Binary 11001011 1110110 10010000 0 101010 11101 10100 101010110 101101 111111

Color Harmonies of #CB7690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7690

Black with #CB7690

Text Example


Text Example

White with #CB7690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7690; }

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

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

background-color css

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

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

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

border-color css

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

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

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