Html Css Color HEX #C88555 Twine

📋 copy color: '#C88555'

red 200 ◦ green 133 ◦ blue 85

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

Shades of Twine #C88555

Tints of Twine #C88555

RGB

 RED value IS 200 (78.52% from 255) = 47.85%

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

 BLUE value IS 85 (33.59% from 255) = 20.33%

R = 47.85%
G = 31.82%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C88555 (or 0xC88555) is known color: Twine. HEX triplet: C8, 85 and 55. RGB value is (200,133,85). Sum of RGB (Red+Green+Blue) = 200+133+85=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C88555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88555 is #377AAA. Grayscale: #939393. Windows color (decimal): -3635883 or 5604808. OLE color: 5604808.

HSL color Cylindrical-coordinate representation of color #C88555: hue angle of 25.04º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C88555 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 133 85 -
CMYK 0 0.34 0.58 0.22
HSL 25.04º 0.51% 0.56% -
HSV(B) 25.04º 0.58% 0.78% -
XYZ 33.85 29.71 12.55 -
YUV 147.56 92.7 165.4 -
System Red Green Blue C M Y K H S L
Decimal 200 133 85 0 0.34 0.58 0.22 25.04 0.51 0.56
Hex C8 85 55 0 22 3A 16 19 33 38
Octal 310 205 125 0 42 72 26 31 63 70
Binary 11001000 10000101 1010101 0 100010 111010 10110 11001 110011 111000

Color Harmonies of #C88555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88555

Black with #C88555

Text Example


Text Example

White with #C88555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88555; }

 p { color: rgb(200,133,85); }

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

background-color css

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

 a { background-color: rgb(200,133,85); }

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

border-color css

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

 span { border-color: rgb(200,133,85); }

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