Html Css Color HEX #CB7178 Charm

📋 copy color: '#CB7178'

red 203 ◦ green 113 ◦ blue 120

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

Shades of Charm #CB7178

Tints of Charm #CB7178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.52%

R = 46.56%
G = 25.92%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB7178 (or 0xCB7178) is known color: Charm. HEX triplet: CB, 71 and 78. RGB value is (203,113,120). Sum of RGB (Red+Green+Blue) = 203+113+120=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7178 is #348E87. Grayscale: #8C8C8C. Windows color (decimal): -3444360 or 7893451. OLE color: 7893451.

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

Color convert

RGB 203 113 120 -
CMYK 0 0.44 0.41 0.20
HSL 355.33º 0.46% 0.62% -
HSV(B) 355.33º 0.44% 0.8% -
XYZ 33.92 25.86 20.97 -
YUV 140.71 116.32 172.43 -
System Red Green Blue C M Y K H S L
Decimal 203 113 120 0 0.44 0.41 0.20 355.33 0.46 0.62
Hex CB 71 78 0 2C 29 14 163 2E 3E
Octal 313 161 170 0 54 51 24 543 56 76
Binary 11001011 1110001 1111000 0 101100 101001 10100 101100011 101110 111110

Color Harmonies of #CB7178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7178

Black with #CB7178

Text Example


Text Example

White with #CB7178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7178; }

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

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

background-color css

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

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

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

border-color css

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

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

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