Html Css Color HEX #C68187 Charm

📋 copy color: '#C68187'

red 198 ◦ green 129 ◦ blue 135

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

Shades of Charm #C68187

Tints of Charm #C68187

RGB

 RED value IS 198 (77.73% from 255) = 42.86%

 GREEN value IS 129 (50.78% from 255) = 27.92%

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

R = 42.86%
G = 27.92%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C68187 (or 0xC68187) is known color: Charm. HEX triplet: C6, 81 and 87. RGB value is (198,129,135). Sum of RGB (Red+Green+Blue) = 198+129+135=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C68187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68187 is #397E78. Grayscale: #969696. Windows color (decimal): -3767929 or 8880582. OLE color: 8880582.

HSL color Cylindrical-coordinate representation of color #C68187: hue angle of 354.78º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C68187 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 129 135 -
CMYK 0 0.35 0.32 0.22
HSL 354.78º 0.38% 0.64% -
HSV(B) 354.78º 0.35% 0.78% -
XYZ 35.51 29.46 26.74 -
YUV 150.32 119.36 162.01 -
System Red Green Blue C M Y K H S L
Decimal 198 129 135 0 0.35 0.32 0.22 354.78 0.38 0.64
Hex C6 81 87 0 23 20 16 163 26 40
Octal 306 201 207 0 43 40 26 543 46 100
Binary 11000110 10000001 10000111 0 100011 100000 10110 101100011 100110 1000000

Color Harmonies of #C68187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68187

Black with #C68187

Text Example


Text Example

White with #C68187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68187; }

 p { color: rgb(198,129,135); }

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

background-color css

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

 a { background-color: rgb(198,129,135); }

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

border-color css

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

 span { border-color: rgb(198,129,135); }

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