Html Css Color HEX #C2855B Twine

📋 copy color: '#C2855B'

red 194 ◦ green 133 ◦ blue 91

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

Shades of Twine #C2855B

Tints of Twine #C2855B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.82%

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

R = 46.41%
G = 31.82%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2855B (or 0xC2855B) is known color: Twine. HEX triplet: C2, 85 and 5B. RGB value is (194,133,91). Sum of RGB (Red+Green+Blue) = 194+133+91=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2855B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2855B is #3D7AA4. Grayscale: #929292. Windows color (decimal): -4029093 or 5998018. OLE color: 5998018.

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

Color convert

RGB 194 133 91 -
CMYK 0 0.31 0.53 0.24
HSL 24.47º 0.46% 0.56% -
HSV(B) 24.47º 0.53% 0.76% -
XYZ 32.52 29 13.78 -
YUV 146.45 96.71 161.92 -
System Red Green Blue C M Y K H S L
Decimal 194 133 91 0 0.31 0.53 0.24 24.47 0.46 0.56
Hex C2 85 5B 0 1F 35 18 18 2E 38
Octal 302 205 133 0 37 65 30 30 56 70
Binary 11000010 10000101 1011011 0 11111 110101 11000 11000 101110 111000

Color Harmonies of #C2855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2855B

Black with #C2855B

Text Example


Text Example

White with #C2855B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2855B; }

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

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

background-color css

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

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

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

border-color css

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

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

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