Html Css Color HEX #C69C5D Twine

📋 copy color: '#C69C5D'

red 198 ◦ green 156 ◦ blue 93

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

Shades of Twine #C69C5D

Tints of Twine #C69C5D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.9%

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

R = 44.3%
G = 34.9%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C69C5D (or 0xC69C5D) is known color: Twine. HEX triplet: C6, 9C and 5D. RGB value is (198,156,93). Sum of RGB (Red+Green+Blue) = 198+156+93=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69C5D is #3963A2. Grayscale: #A1A1A1. Windows color (decimal): -3761059 or 6134982. OLE color: 6134982.

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

Color convert

RGB 198 156 93 -
CMYK 0 0.21 0.53 0.22
HSL 36º 0.48% 0.57% -
HSV(B) 36º 0.53% 0.78% -
XYZ 37.15 36.57 15.46 -
YUV 161.38 89.41 154.12 -
System Red Green Blue C M Y K H S L
Decimal 198 156 93 0 0.21 0.53 0.22 36 0.48 0.57
Hex C6 9C 5D 0 15 35 16 24 30 39
Octal 306 234 135 0 25 65 26 44 60 71
Binary 11000110 10011100 1011101 0 10101 110101 10110 100100 110000 111001

Color Harmonies of #C69C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69C5D

Black with #C69C5D

Text Example


Text Example

White with #C69C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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