Html Css Color HEX #C28A5F Twine

📋 copy color: '#C28A5F'

red 194 ◦ green 138 ◦ blue 95

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

Shades of Twine #C28A5F

Tints of Twine #C28A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.25%

R = 45.43%
G = 32.32%
B = 22.25%

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

#C28A5F (or 0xC28A5F) is known color: Twine. HEX triplet: C2, 8A and 5F. RGB value is (194,138,95). Sum of RGB (Red+Green+Blue) = 194+138+95=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28A5F is #3D75A0. Grayscale: #969696. Windows color (decimal): -4027809 or 6261442. OLE color: 6261442.

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

Color convert

RGB 194 138 95 -
CMYK 0 0.29 0.51 0.24
HSL 26.06º 0.45% 0.57% -
HSV(B) 26.06º 0.51% 0.76% -
XYZ 33.4 30.47 14.95 -
YUV 149.84 97.05 159.5 -
System Red Green Blue C M Y K H S L
Decimal 194 138 95 0 0.29 0.51 0.24 26.06 0.45 0.57
Hex C2 8A 5F 0 1D 33 18 1A 2D 39
Octal 302 212 137 0 35 63 30 32 55 71
Binary 11000010 10001010 1011111 0 11101 110011 11000 11010 101101 111001

Color Harmonies of #C28A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28A5F

Black with #C28A5F

Text Example


Text Example

White with #C28A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28A5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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