Html Css Color HEX #C88552 Twine

📋 copy color: '#C88552'

red 200 ◦ green 133 ◦ blue 82

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

Shades of Twine #C88552

Tints of Twine #C88552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.76%

R = 48.19%
G = 32.05%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C88552 (or 0xC88552) is known color: Twine. HEX triplet: C8, 85 and 52. RGB value is (200,133,82). Sum of RGB (Red+Green+Blue) = 200+133+82=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C88552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88552 is #377AAD. Grayscale: #939393. Windows color (decimal): -3635886 or 5408200. OLE color: 5408200.

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

Color convert

RGB 200 133 82 -
CMYK 0 0.34 0.59 0.22
HSL 25.93º 0.52% 0.55% -
HSV(B) 25.93º 0.59% 0.78% -
XYZ 33.73 29.66 11.93 -
YUV 147.22 91.2 165.65 -
System Red Green Blue C M Y K H S L
Decimal 200 133 82 0 0.34 0.59 0.22 25.93 0.52 0.55
Hex C8 85 52 0 22 3B 16 1A 34 37
Octal 310 205 122 0 42 73 26 32 64 67
Binary 11001000 10000101 1010010 0 100010 111011 10110 11010 110100 110111

Color Harmonies of #C88552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88552

Black with #C88552

Text Example


Text Example

White with #C88552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88552; }

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

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

background-color css

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

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

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

border-color css

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

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

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