Html Css Color HEX #C88B52 Twine

📋 copy color: '#C88B52'

red 200 ◦ green 139 ◦ blue 82

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

Shades of Twine #C88B52

Tints of Twine #C88B52

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.02%

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

R = 47.51%
G = 33.02%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C88B52 (or 0xC88B52) is known color: Twine. HEX triplet: C8, 8B and 52. RGB value is (200,139,82). Sum of RGB (Red+Green+Blue) = 200+139+82=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88B52 is #3774AD. Grayscale: #979797. Windows color (decimal): -3634350 or 5409736. OLE color: 5409736.

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

Color convert

RGB 200 139 82 -
CMYK 0 0.30 0.59 0.22
HSL 28.98º 0.52% 0.55% -
HSV(B) 28.98º 0.59% 0.78% -
XYZ 34.58 31.35 12.21 -
YUV 150.74 89.21 163.13 -
System Red Green Blue C M Y K H S L
Decimal 200 139 82 0 0.30 0.59 0.22 28.98 0.52 0.55
Hex C8 8B 52 0 1E 3B 16 1D 34 37
Octal 310 213 122 0 36 73 26 35 64 67
Binary 11001000 10001011 1010010 0 11110 111011 10110 11101 110100 110111

Color Harmonies of #C88B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88B52

Black with #C88B52

Text Example


Text Example

White with #C88B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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