Html Css Color HEX #C28E5D Twine

📋 copy color: '#C28E5D'

red 194 ◦ green 142 ◦ blue 93

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

Shades of Twine #C28E5D

Tints of Twine #C28E5D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.1%

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

R = 45.22%
G = 33.1%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C28E5D (or 0xC28E5D) is known color: Twine. HEX triplet: C2, 8E and 5D. RGB value is (194,142,93). Sum of RGB (Red+Green+Blue) = 194+142+93=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E5D is #3D71A2. Grayscale: #989898. Windows color (decimal): -4026787 or 6131394. OLE color: 6131394.

HSL color Cylindrical-coordinate representation of color #C28E5D: hue angle of 29.11º 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 #C28E5D is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 142 93 -
CMYK 0 0.27 0.52 0.24
HSL 29.11º 0.45% 0.56% -
HSV(B) 29.11º 0.52% 0.76% -
XYZ 33.9 31.61 14.67 -
YUV 151.96 94.73 157.98 -
System Red Green Blue C M Y K H S L
Decimal 194 142 93 0 0.27 0.52 0.24 29.11 0.45 0.56
Hex C2 8E 5D 0 1B 34 18 1D 2D 38
Octal 302 216 135 0 33 64 30 35 55 70
Binary 11000010 10001110 1011101 0 11011 110100 11000 11101 101101 111000

Color Harmonies of #C28E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28E5D

Black with #C28E5D

Text Example


Text Example

White with #C28E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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