Html Css Color HEX #C68C5D Twine

📋 copy color: '#C68C5D'

red 198 ◦ green 140 ◦ blue 93

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

Shades of Twine #C68C5D

Tints of Twine #C68C5D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.48%

 BLUE value IS 93 (36.72% from 255) = 21.58%

R = 45.94%
G = 32.48%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C68C5D (or 0xC68C5D) is known color: Twine. HEX triplet: C6, 8C and 5D. RGB value is (198,140,93). Sum of RGB (Red+Green+Blue) = 198+140+93=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68C5D is #3973A2. Grayscale: #989898. Windows color (decimal): -3765155 or 6130886. OLE color: 6130886.

HSL color Cylindrical-coordinate representation of color #C68C5D: hue angle of 26.86º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C68C5D is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 140 93 -
CMYK 0 0.29 0.53 0.22
HSL 26.86º 0.48% 0.57% -
HSV(B) 26.86º 0.53% 0.78% -
XYZ 34.64 31.55 14.62 -
YUV 151.98 94.72 160.82 -
System Red Green Blue C M Y K H S L
Decimal 198 140 93 0 0.29 0.53 0.22 26.86 0.48 0.57
Hex C6 8C 5D 0 1D 35 16 1B 30 39
Octal 306 214 135 0 35 65 26 33 60 71
Binary 11000110 10001100 1011101 0 11101 110101 10110 11011 110000 111001

Color Harmonies of #C68C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68C5D

Black with #C68C5D

Text Example


Text Example

White with #C68C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68C5D; }

 p { color: rgb(198,140,93); }

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

background-color css

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

 a { background-color: rgb(198,140,93); }

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

border-color css

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

 span { border-color: rgb(198,140,93); }

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