Html Css Color HEX #CB7088 Charm

📋 copy color: '#CB7088'

red 203 ◦ green 112 ◦ blue 136

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

Shades of Charm #CB7088

Tints of Charm #CB7088

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.83%

 BLUE value IS 136 (53.52% from 255) = 30.16%

R = 45.01%
G = 24.83%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB7088 (or 0xCB7088) is known color: Charm. HEX triplet: CB, 70 and 88. RGB value is (203,112,136). Sum of RGB (Red+Green+Blue) = 203+112+136=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7088 is #348F77. Grayscale: #8D8D8D. Windows color (decimal): -3444600 or 8941771. OLE color: 8941771.

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

Color convert

RGB 203 112 136 -
CMYK 0 0.45 0.33 0.20
HSL 344.18º 0.47% 0.62% -
HSV(B) 344.18º 0.45% 0.8% -
XYZ 34.87 26.06 26.49 -
YUV 141.95 124.65 171.55 -
System Red Green Blue C M Y K H S L
Decimal 203 112 136 0 0.45 0.33 0.20 344.18 0.47 0.62
Hex CB 70 88 0 2D 21 14 158 2F 3E
Octal 313 160 210 0 55 41 24 530 57 76
Binary 11001011 1110000 10001000 0 101101 100001 10100 101011000 101111 111110

Color Harmonies of #CB7088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7088

Black with #CB7088

Text Example


Text Example

White with #CB7088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7088; }

 p { color: rgb(203,112,136); }

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

background-color css

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

 a { background-color: rgb(203,112,136); }

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

border-color css

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

 span { border-color: rgb(203,112,136); }

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