Html Css Color HEX #CB7184 Charm

📋 copy color: '#CB7184'

red 203 ◦ green 113 ◦ blue 132

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

Shades of Charm #CB7184

Tints of Charm #CB7184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.46%

R = 45.31%
G = 25.22%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CB7184 (or 0xCB7184) is known color: Charm. HEX triplet: CB, 71 and 84. RGB value is (203,113,132). Sum of RGB (Red+Green+Blue) = 203+113+132=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7184 is #348E7B. Grayscale: #8E8E8E. Windows color (decimal): -3444348 or 8679883. OLE color: 8679883.

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

Color convert

RGB 203 113 132 -
CMYK 0 0.44 0.35 0.20
HSL 347.33º 0.46% 0.62% -
HSV(B) 347.33º 0.44% 0.8% -
XYZ 34.7 26.17 25.05 -
YUV 142.08 122.32 171.46 -
System Red Green Blue C M Y K H S L
Decimal 203 113 132 0 0.44 0.35 0.20 347.33 0.46 0.62
Hex CB 71 84 0 2C 23 14 15B 2E 3E
Octal 313 161 204 0 54 43 24 533 56 76
Binary 11001011 1110001 10000100 0 101100 100011 10100 101011011 101110 111110

Color Harmonies of #CB7184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7184

Black with #CB7184

Text Example


Text Example

White with #CB7184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7184; }

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

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

background-color css

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

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

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

border-color css

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

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

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