Html Css Color HEX #C88E52 Twine

📋 copy color: '#C88E52'

red 200 ◦ green 142 ◦ blue 82

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

Shades of Twine #C88E52

Tints of Twine #C88E52

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.49%

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

R = 47.17%
G = 33.49%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C88E52 (or 0xC88E52) is known color: Twine. HEX triplet: C8, 8E and 52. RGB value is (200,142,82). Sum of RGB (Red+Green+Blue) = 200+142+82=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88E52 is #3771AD. Grayscale: #989898. Windows color (decimal): -3633582 or 5410504. OLE color: 5410504.

HSL color Cylindrical-coordinate representation of color #C88E52: hue angle of 30.51º 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 #C88E52 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 142 82 -
CMYK 0 0.29 0.59 0.22
HSL 30.51º 0.52% 0.55% -
HSV(B) 30.51º 0.59% 0.78% -
XYZ 35.02 32.23 12.36 -
YUV 152.5 88.22 161.88 -
System Red Green Blue C M Y K H S L
Decimal 200 142 82 0 0.29 0.59 0.22 30.51 0.52 0.55
Hex C8 8E 52 0 1D 3B 16 1F 34 37
Octal 310 216 122 0 35 73 26 37 64 67
Binary 11001000 10001110 1010010 0 11101 111011 10110 11111 110100 110111

Color Harmonies of #C88E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88E52

Black with #C88E52

Text Example


Text Example

White with #C88E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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