Html Css Color HEX #C28A60 Twine

📋 copy color: '#C28A60'

red 194 ◦ green 138 ◦ blue 96

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

Shades of Twine #C28A60

Tints of Twine #C28A60

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.24%

 BLUE value IS 96 (37.89% from 255) = 22.43%

R = 45.33%
G = 32.24%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C28A60 (or 0xC28A60) is known color: Twine. HEX triplet: C2, 8A and 60. RGB value is (194,138,96). Sum of RGB (Red+Green+Blue) = 194+138+96=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28A60 is #3D759F. Grayscale: #969696. Windows color (decimal): -4027808 or 6326978. OLE color: 6326978.

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

Color convert

RGB 194 138 96 -
CMYK 0 0.29 0.51 0.24
HSL 25.71º 0.45% 0.57% -
HSV(B) 25.71º 0.51% 0.76% -
XYZ 33.45 30.49 15.19 -
YUV 149.96 97.55 159.42 -
System Red Green Blue C M Y K H S L
Decimal 194 138 96 0 0.29 0.51 0.24 25.71 0.45 0.57
Hex C2 8A 60 0 1D 33 18 1A 2D 39
Octal 302 212 140 0 35 63 30 32 55 71
Binary 11000010 10001010 1100000 0 11101 110011 11000 11010 101101 111001

Color Harmonies of #C28A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28A60

Black with #C28A60

Text Example


Text Example

White with #C28A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28A60; }

 p { color: rgb(194,138,96); }

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

background-color css

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

 a { background-color: rgb(194,138,96); }

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

border-color css

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

 span { border-color: rgb(194,138,96); }

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