Html Css Color HEX #C08B55 Twine

📋 copy color: '#C08B55'

red 192 ◦ green 139 ◦ blue 85

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

Shades of Twine #C08B55

Tints of Twine #C08B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.43%

R = 46.15%
G = 33.41%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C08B55 (or 0xC08B55) is known color: Twine. HEX triplet: C0, 8B and 55. RGB value is (192,139,85). Sum of RGB (Red+Green+Blue) = 192+139+85=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08B55 is #3F74AA. Grayscale: #949494. Windows color (decimal): -4158635 or 5606336. OLE color: 5606336.

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

Color convert

RGB 192 139 85 -
CMYK 0 0.28 0.56 0.25
HSL 30.28º 0.46% 0.54% -
HSV(B) 30.28º 0.56% 0.75% -
XYZ 32.61 30.33 12.73 -
YUV 148.69 92.06 158.89 -
System Red Green Blue C M Y K H S L
Decimal 192 139 85 0 0.28 0.56 0.25 30.28 0.46 0.54
Hex C0 8B 55 0 1C 38 19 1E 2E 36
Octal 300 213 125 0 34 70 31 36 56 66
Binary 11000000 10001011 1010101 0 11100 111000 11001 11110 101110 110110

Color Harmonies of #C08B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08B55

Black with #C08B55

Text Example


Text Example

White with #C08B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08B55; }

 p { color: rgb(192,139,85); }

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

background-color css

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

 a { background-color: rgb(192,139,85); }

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

border-color css

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

 span { border-color: rgb(192,139,85); }

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