Html Css Color HEX #C28C5A Twine

📋 copy color: '#C28C5A'

red 194 ◦ green 140 ◦ blue 90

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

Shades of Twine #C28C5A

Tints of Twine #C28C5A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.02%

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

R = 45.75%
G = 33.02%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C28C5A (or 0xC28C5A) is known color: Twine. HEX triplet: C2, 8C and 5A. RGB value is (194,140,90). Sum of RGB (Red+Green+Blue) = 194+140+90=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C5A is #3D73A5. Grayscale: #969696. Windows color (decimal): -4027302 or 5934274. OLE color: 5934274.

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

Color convert

RGB 194 140 90 -
CMYK 0 0.28 0.54 0.24
HSL 28.85º 0.46% 0.56% -
HSV(B) 28.85º 0.54% 0.76% -
XYZ 33.47 30.96 13.89 -
YUV 150.45 93.89 159.07 -
System Red Green Blue C M Y K H S L
Decimal 194 140 90 0 0.28 0.54 0.24 28.85 0.46 0.56
Hex C2 8C 5A 0 1C 36 18 1D 2E 38
Octal 302 214 132 0 34 66 30 35 56 70
Binary 11000010 10001100 1011010 0 11100 110110 11000 11101 101110 111000

Color Harmonies of #C28C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C5A

Black with #C28C5A

Text Example


Text Example

White with #C28C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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