Html Css Color HEX #CB718D Charm

📋 copy color: '#CB718D'

red 203 ◦ green 113 ◦ blue 141

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

Shades of Charm #CB718D

Tints of Charm #CB718D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.73%

 BLUE value IS 141 (55.47% from 255) = 30.85%

R = 44.42%
G = 24.73%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB718D (or 0xCB718D) is known color: Charm. HEX triplet: CB, 71 and 8D. RGB value is (203,113,141). Sum of RGB (Red+Green+Blue) = 203+113+141=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CB718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB718D is #348E72. Grayscale: #8F8F8F. Windows color (decimal): -3444339 or 9269707. OLE color: 9269707.

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

Color convert

RGB 203 113 141 -
CMYK 0 0.44 0.31 0.20
HSL 341.33º 0.46% 0.62% -
HSV(B) 341.33º 0.44% 0.8% -
XYZ 35.34 26.43 28.44 -
YUV 143.1 126.82 170.72 -
System Red Green Blue C M Y K H S L
Decimal 203 113 141 0 0.44 0.31 0.20 341.33 0.46 0.62
Hex CB 71 8D 0 2C 1F 14 155 2E 3E
Octal 313 161 215 0 54 37 24 525 56 76
Binary 11001011 1110001 10001101 0 101100 11111 10100 101010101 101110 111110

Color Harmonies of #CB718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB718D

Black with #CB718D

Text Example


Text Example

White with #CB718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB718D; }

 p { color: rgb(203,113,141); }

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

background-color css

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

 a { background-color: rgb(203,113,141); }

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

border-color css

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

 span { border-color: rgb(203,113,141); }

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