Html Css Color HEX #C28B5B Twine

📋 copy color: '#C28B5B'

red 194 ◦ green 139 ◦ blue 91

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

Shades of Twine #C28B5B

Tints of Twine #C28B5B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.78%

 BLUE value IS 91 (35.94% from 255) = 21.46%

R = 45.75%
G = 32.78%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C28B5B (or 0xC28B5B) is known color: Twine. HEX triplet: C2, 8B and 5B. RGB value is (194,139,91). Sum of RGB (Red+Green+Blue) = 194+139+91=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28B5B is #3D74A4. Grayscale: #969696. Windows color (decimal): -4027557 or 5999554. OLE color: 5999554.

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

Color convert

RGB 194 139 91 -
CMYK 0 0.28 0.53 0.24
HSL 27.96º 0.46% 0.56% -
HSV(B) 27.96º 0.53% 0.76% -
XYZ 33.37 30.69 14.06 -
YUV 149.97 94.72 159.4 -
System Red Green Blue C M Y K H S L
Decimal 194 139 91 0 0.28 0.53 0.24 27.96 0.46 0.56
Hex C2 8B 5B 0 1C 35 18 1C 2E 38
Octal 302 213 133 0 34 65 30 34 56 70
Binary 11000010 10001011 1011011 0 11100 110101 11000 11100 101110 111000

Color Harmonies of #C28B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28B5B

Black with #C28B5B

Text Example


Text Example

White with #C28B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28B5B; }

 p { color: rgb(194,139,91); }

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

background-color css

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

 a { background-color: rgb(194,139,91); }

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

border-color css

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

 span { border-color: rgb(194,139,91); }

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