Html Css Color HEX #C68085 Charm

📋 copy color: '#C68085'

red 198 ◦ green 128 ◦ blue 133

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

Shades of Charm #C68085

Tints of Charm #C68085

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.89%

 BLUE value IS 133 (52.34% from 255) = 28.98%

R = 43.14%
G = 27.89%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C68085 (or 0xC68085) is known color: Charm. HEX triplet: C6, 80 and 85. RGB value is (198,128,133). Sum of RGB (Red+Green+Blue) = 198+128+133=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C68085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68085 is #397F7A. Grayscale: #959595. Windows color (decimal): -3768187 or 8749254. OLE color: 8749254.

HSL color Cylindrical-coordinate representation of color #C68085: hue angle of 355.71º 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 #C68085 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 128 133 -
CMYK 0 0.35 0.33 0.22
HSL 355.71º 0.38% 0.64% -
HSV(B) 355.71º 0.35% 0.78% -
XYZ 35.24 29.14 25.96 -
YUV 149.5 118.69 162.59 -
System Red Green Blue C M Y K H S L
Decimal 198 128 133 0 0.35 0.33 0.22 355.71 0.38 0.64
Hex C6 80 85 0 23 21 16 164 26 40
Octal 306 200 205 0 43 41 26 544 46 100
Binary 11000110 10000000 10000101 0 100011 100001 10110 101100100 100110 1000000

Color Harmonies of #C68085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68085

Black with #C68085

Text Example


Text Example

White with #C68085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68085; }

 p { color: rgb(198,128,133); }

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

background-color css

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

 a { background-color: rgb(198,128,133); }

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

border-color css

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

 span { border-color: rgb(198,128,133); }

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