Html Css Color HEX #C08F52 Twine

📋 copy color: '#C08F52'

red 192 ◦ green 143 ◦ blue 82

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

Shades of Twine #C08F52

Tints of Twine #C08F52

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.29%

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

R = 46.04%
G = 34.29%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C08F52 (or 0xC08F52) is known color: Twine. HEX triplet: C0, 8F and 52. RGB value is (192,143,82). Sum of RGB (Red+Green+Blue) = 192+143+82=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08F52 is #3F70AD. Grayscale: #969696. Windows color (decimal): -4157614 or 5410752. OLE color: 5410752.

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

Color convert

RGB 192 143 82 -
CMYK 0 0.26 0.57 0.25
HSL 33.27º 0.47% 0.54% -
HSV(B) 33.27º 0.57% 0.75% -
XYZ 33.08 31.46 12.31 -
YUV 150.7 89.23 157.46 -
System Red Green Blue C M Y K H S L
Decimal 192 143 82 0 0.26 0.57 0.25 33.27 0.47 0.54
Hex C0 8F 52 0 1A 39 19 21 2F 36
Octal 300 217 122 0 32 71 31 41 57 66
Binary 11000000 10001111 1010010 0 11010 111001 11001 100001 101111 110110

Color Harmonies of #C08F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08F52

Black with #C08F52

Text Example


Text Example

White with #C08F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08F52; }

 p { color: rgb(192,143,82); }

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

background-color css

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

 a { background-color: rgb(192,143,82); }

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

border-color css

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

 span { border-color: rgb(192,143,82); }

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