Html Css Color HEX #C88850 Twine

📋 copy color: '#C88850'

red 200 ◦ green 136 ◦ blue 80

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

Shades of Twine #C88850

Tints of Twine #C88850

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.69%

 BLUE value IS 80 (31.64% from 255) = 19.23%

R = 48.08%
G = 32.69%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C88850 (or 0xC88850) is known color: Twine. HEX triplet: C8, 88 and 50. RGB value is (200,136,80). Sum of RGB (Red+Green+Blue) = 200+136+80=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C88850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88850 is #3777AF. Grayscale: #959595. Windows color (decimal): -3635120 or 5277896. OLE color: 5277896.

HSL color Cylindrical-coordinate representation of color #C88850: hue angle of 28º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C88850 is Cyan = 0, Magento = 0.32, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 136 80 -
CMYK 0 0.32 0.6 0.22
HSL 28º 0.52% 0.55% -
HSV(B) 28º 0.6% 0.78% -
XYZ 34.07 30.47 11.67 -
YUV 148.75 89.2 164.55 -
System Red Green Blue C M Y K H S L
Decimal 200 136 80 0 0.32 0.6 0.22 28 0.52 0.55
Hex C8 88 50 0 20 3C 16 1C 34 37
Octal 310 210 120 0 40 74 26 34 64 67
Binary 11001000 10001000 1010000 0 100000 111100 10110 11100 110100 110111

Color Harmonies of #C88850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88850

Black with #C88850

Text Example


Text Example

White with #C88850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88850; }

 p { color: rgb(200,136,80); }

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

background-color css

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

 a { background-color: rgb(200,136,80); }

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

border-color css

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

 span { border-color: rgb(200,136,80); }

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