Html Css Color HEX #C2865D Twine

📋 copy color: '#C2865D'

red 194 ◦ green 134 ◦ blue 93

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

Shades of Twine #C2865D

Tints of Twine #C2865D

RGB

 RED value IS 194 (76.17% from 255) = 46.08%

 GREEN value IS 134 (52.73% from 255) = 31.83%

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

R = 46.08%
G = 31.83%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2865D (or 0xC2865D) is known color: Twine. HEX triplet: C2, 86 and 5D. RGB value is (194,134,93). Sum of RGB (Red+Green+Blue) = 194+134+93=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2865D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2865D is #3D79A2. Grayscale: #939393. Windows color (decimal): -4028835 or 6129346. OLE color: 6129346.

HSL color Cylindrical-coordinate representation of color #C2865D: hue angle of 24.36º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2865D is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 134 93 -
CMYK 0 0.31 0.52 0.24
HSL 24.36º 0.45% 0.56% -
HSV(B) 24.36º 0.52% 0.76% -
XYZ 32.75 29.31 14.29 -
YUV 147.27 97.38 161.33 -
System Red Green Blue C M Y K H S L
Decimal 194 134 93 0 0.31 0.52 0.24 24.36 0.45 0.56
Hex C2 86 5D 0 1F 34 18 18 2D 38
Octal 302 206 135 0 37 64 30 30 55 70
Binary 11000010 10000110 1011101 0 11111 110100 11000 11000 101101 111000

Color Harmonies of #C2865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2865D

Black with #C2865D

Text Example


Text Example

White with #C2865D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2865D; }

 p { color: rgb(194,134,93); }

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

background-color css

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

 a { background-color: rgb(194,134,93); }

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

border-color css

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

 span { border-color: rgb(194,134,93); }

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