Html Css Color HEX #CB7289 Charm

📋 copy color: '#CB7289'

red 203 ◦ green 114 ◦ blue 137

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

Shades of Charm #CB7289

Tints of Charm #CB7289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.11%

 BLUE value IS 137 (53.91% from 255) = 30.18%

R = 44.71%
G = 25.11%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB7289 (or 0xCB7289) is known color: Charm. HEX triplet: CB, 72 and 89. RGB value is (203,114,137). Sum of RGB (Red+Green+Blue) = 203+114+137=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7289 is #348D76. Grayscale: #8F8F8F. Windows color (decimal): -3444087 or 9007819. OLE color: 9007819.

HSL color Cylindrical-coordinate representation of color #CB7289: hue angle of 344.49º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB7289 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 114 137 -
CMYK 0 0.44 0.33 0.20
HSL 344.49º 0.46% 0.62% -
HSV(B) 344.49º 0.44% 0.8% -
XYZ 35.16 26.54 26.94 -
YUV 143.23 124.49 170.63 -
System Red Green Blue C M Y K H S L
Decimal 203 114 137 0 0.44 0.33 0.20 344.49 0.46 0.62
Hex CB 72 89 0 2C 21 14 158 2E 3E
Octal 313 162 211 0 54 41 24 530 56 76
Binary 11001011 1110010 10001001 0 101100 100001 10100 101011000 101110 111110

Color Harmonies of #CB7289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7289

Black with #CB7289

Text Example


Text Example

White with #CB7289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7289; }

 p { color: rgb(203,114,137); }

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

background-color css

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

 a { background-color: rgb(203,114,137); }

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

border-color css

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

 span { border-color: rgb(203,114,137); }

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