Html Css Color HEX #C28F5D Twine

📋 copy color: '#C28F5D'

red 194 ◦ green 143 ◦ blue 93

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

Shades of Twine #C28F5D

Tints of Twine #C28F5D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.26%

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

R = 45.12%
G = 33.26%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C28F5D (or 0xC28F5D) is known color: Twine. HEX triplet: C2, 8F and 5D. RGB value is (194,143,93). Sum of RGB (Red+Green+Blue) = 194+143+93=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28F5D is #3D70A2. Grayscale: #989898. Windows color (decimal): -4026531 or 6131650. OLE color: 6131650.

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

Color convert

RGB 194 143 93 -
CMYK 0 0.26 0.52 0.24
HSL 29.7º 0.45% 0.56% -
HSV(B) 29.7º 0.52% 0.76% -
XYZ 34.05 31.9 14.72 -
YUV 152.55 94.4 157.57 -
System Red Green Blue C M Y K H S L
Decimal 194 143 93 0 0.26 0.52 0.24 29.7 0.45 0.56
Hex C2 8F 5D 0 1A 34 18 1E 2D 38
Octal 302 217 135 0 32 64 30 36 55 70
Binary 11000010 10001111 1011101 0 11010 110100 11000 11110 101101 111000

Color Harmonies of #C28F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28F5D

Black with #C28F5D

Text Example


Text Example

White with #C28F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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