Html Css Color HEX #C07887 Charm

📋 copy color: '#C07887'

red 192 ◦ green 120 ◦ blue 135

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

Shades of Charm #C07887

Tints of Charm #C07887

RGB

 RED value IS 192 (75.39% from 255) = 42.95%

 GREEN value IS 120 (47.27% from 255) = 26.85%

 BLUE value IS 135 (53.13% from 255) = 30.2%

R = 42.95%
G = 26.85%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C07887 (or 0xC07887) is known color: Charm. HEX triplet: C0, 78 and 87. RGB value is (192,120,135). Sum of RGB (Red+Green+Blue) = 192+120+135=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 135 (53.12% from 255 or 30.20% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C07887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07887 is #3F8778. Grayscale: #8F8F8F. Windows color (decimal): -4163449 or 8878272. OLE color: 8878272.

HSL color Cylindrical-coordinate representation of color #C07887: hue angle of 347.5º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C07887 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 120 135 -
CMYK 0 0.38 0.30 0.25
HSL 347.5º 0.36% 0.61% -
HSV(B) 347.5º 0.38% 0.75% -
XYZ 32.83 26.39 26.28 -
YUV 143.24 123.35 162.78 -
System Red Green Blue C M Y K H S L
Decimal 192 120 135 0 0.38 0.30 0.25 347.5 0.36 0.61
Hex C0 78 87 0 26 1E 19 15C 24 3D
Octal 300 170 207 0 46 36 31 534 44 75
Binary 11000000 1111000 10000111 0 100110 11110 11001 101011100 100100 111101

Color Harmonies of #C07887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07887

Black with #C07887

Text Example


Text Example

White with #C07887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07887; }

 p { color: rgb(192,120,135); }

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

background-color css

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

 a { background-color: rgb(192,120,135); }

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

border-color css

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

 span { border-color: rgb(192,120,135); }

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