Html Css Color HEX #C28F5A Twine

📋 copy color: '#C28F5A'

red 194 ◦ green 143 ◦ blue 90

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

Shades of Twine #C28F5A

Tints of Twine #C28F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.08%

R = 45.43%
G = 33.49%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C28F5A (or 0xC28F5A) is known color: Twine. HEX triplet: C2, 8F and 5A. RGB value is (194,143,90). Sum of RGB (Red+Green+Blue) = 194+143+90=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28F5A is #3D70A5. Grayscale: #989898. Windows color (decimal): -4026534 or 5935042. OLE color: 5935042.

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

Color convert

RGB 194 143 90 -
CMYK 0 0.26 0.54 0.24
HSL 30.58º 0.46% 0.56% -
HSV(B) 30.58º 0.54% 0.76% -
XYZ 33.92 31.85 14.03 -
YUV 152.21 92.9 157.81 -
System Red Green Blue C M Y K H S L
Decimal 194 143 90 0 0.26 0.54 0.24 30.58 0.46 0.56
Hex C2 8F 5A 0 1A 36 18 1F 2E 38
Octal 302 217 132 0 32 66 30 37 56 70
Binary 11000010 10001111 1011010 0 11010 110110 11000 11111 101110 111000

Color Harmonies of #C28F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28F5A

Black with #C28F5A

Text Example


Text Example

White with #C28F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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