Html Css Color HEX #C87075 Charm

📋 copy color: '#C87075'

red 200 ◦ green 112 ◦ blue 117

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

Shades of Charm #C87075

Tints of Charm #C87075

RGB

 RED value IS 200 (78.52% from 255) = 46.62%

 GREEN value IS 112 (44.14% from 255) = 26.11%

 BLUE value IS 117 (46.09% from 255) = 27.27%

R = 46.62%
G = 26.11%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C87075 (or 0xC87075) is known color: Charm. HEX triplet: C8, 70 and 75. RGB value is (200,112,117). Sum of RGB (Red+Green+Blue) = 200+112+117=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C87075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87075 is #378F8A. Grayscale: #8A8A8A. Windows color (decimal): -3641227 or 7696584. OLE color: 7696584.

HSL color Cylindrical-coordinate representation of color #C87075: hue angle of 356.59º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C87075 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 112 117 -
CMYK 0 0.44 0.42 0.22
HSL 356.59º 0.44% 0.61% -
HSV(B) 356.59º 0.44% 0.78% -
XYZ 32.82 25.15 19.95 -
YUV 138.88 115.65 171.59 -
System Red Green Blue C M Y K H S L
Decimal 200 112 117 0 0.44 0.42 0.22 356.59 0.44 0.61
Hex C8 70 75 0 2C 2A 16 165 2C 3D
Octal 310 160 165 0 54 52 26 545 54 75
Binary 11001000 1110000 1110101 0 101100 101010 10110 101100101 101100 111101

Color Harmonies of #C87075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87075

Black with #C87075

Text Example


Text Example

White with #C87075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87075; }

 p { color: rgb(200,112,117); }

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

background-color css

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

 a { background-color: rgb(200,112,117); }

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

border-color css

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

 span { border-color: rgb(200,112,117); }

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