Html Css Color HEX #C68082 Charm

📋 copy color: '#C68082'

red 198 ◦ green 128 ◦ blue 130

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

Shades of Charm #C68082

Tints of Charm #C68082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.51%

R = 43.42%
G = 28.07%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C68082 (or 0xC68082) is known color: Charm. HEX triplet: C6, 80 and 82. RGB value is (198,128,130). Sum of RGB (Red+Green+Blue) = 198+128+130=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C68082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68082 is #397F7D. Grayscale: #959595. Windows color (decimal): -3768190 or 8552646. OLE color: 8552646.

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

Color convert

RGB 198 128 130 -
CMYK 0 0.35 0.34 0.22
HSL 358.29º 0.38% 0.64% -
HSV(B) 358.29º 0.35% 0.78% -
XYZ 35.04 29.06 24.88 -
YUV 149.16 117.19 162.84 -
System Red Green Blue C M Y K H S L
Decimal 198 128 130 0 0.35 0.34 0.22 358.29 0.38 0.64
Hex C6 80 82 0 23 22 16 166 26 40
Octal 306 200 202 0 43 42 26 546 46 100
Binary 11000110 10000000 10000010 0 100011 100010 10110 101100110 100110 1000000

Color Harmonies of #C68082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68082

Black with #C68082

Text Example


Text Example

White with #C68082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68082; }

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

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

background-color css

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

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

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

border-color css

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

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

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