Html Css Color HEX #C08C56 Twine

📋 copy color: '#C08C56'

red 192 ◦ green 140 ◦ blue 86

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

Shades of Twine #C08C56

Tints of Twine #C08C56

RGB

 RED value IS 192 (75.39% from 255) = 45.93%

 GREEN value IS 140 (55.08% from 255) = 33.49%

 BLUE value IS 86 (33.98% from 255) = 20.57%

R = 45.93%
G = 33.49%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C08C56 (or 0xC08C56) is known color: Twine. HEX triplet: C0, 8C and 56. RGB value is (192,140,86). Sum of RGB (Red+Green+Blue) = 192+140+86=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08C56 is #3F73A9. Grayscale: #959595. Windows color (decimal): -4158378 or 5672128. OLE color: 5672128.

HSL color Cylindrical-coordinate representation of color #C08C56: hue angle of 30.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C08C56 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 140 86 -
CMYK 0 0.27 0.55 0.25
HSL 30.57º 0.46% 0.55% -
HSV(B) 30.57º 0.55% 0.75% -
XYZ 32.8 30.63 12.99 -
YUV 149.39 92.23 158.39 -
System Red Green Blue C M Y K H S L
Decimal 192 140 86 0 0.27 0.55 0.25 30.57 0.46 0.55
Hex C0 8C 56 0 1B 37 19 1F 2E 37
Octal 300 214 126 0 33 67 31 37 56 67
Binary 11000000 10001100 1010110 0 11011 110111 11001 11111 101110 110111

Color Harmonies of #C08C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08C56

Black with #C08C56

Text Example


Text Example

White with #C08C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08C56; }

 p { color: rgb(192,140,86); }

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

background-color css

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

 a { background-color: rgb(192,140,86); }

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

border-color css

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

 span { border-color: rgb(192,140,86); }

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