Html Css Color HEX #C08258 Twine

📋 copy color: '#C08258'

red 192 ◦ green 130 ◦ blue 88

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

Shades of Twine #C08258

Tints of Twine #C08258

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.71%

 BLUE value IS 88 (34.77% from 255) = 21.46%

R = 46.83%
G = 31.71%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C08258 (or 0xC08258) is known color: Twine. HEX triplet: C0, 82 and 58. RGB value is (192,130,88). Sum of RGB (Red+Green+Blue) = 192+130+88=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C08258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08258 is #3F7DA7. Grayscale: #8F8F8F. Windows color (decimal): -4160936 or 5800640. OLE color: 5800640.

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

Color convert

RGB 192 130 88 -
CMYK 0 0.32 0.54 0.25
HSL 24.23º 0.45% 0.55% -
HSV(B) 24.23º 0.54% 0.75% -
XYZ 31.48 27.88 12.95 -
YUV 143.75 96.54 162.42 -
System Red Green Blue C M Y K H S L
Decimal 192 130 88 0 0.32 0.54 0.25 24.23 0.45 0.55
Hex C0 82 58 0 20 36 19 18 2D 37
Octal 300 202 130 0 40 66 31 30 55 67
Binary 11000000 10000010 1011000 0 100000 110110 11001 11000 101101 110111

Color Harmonies of #C08258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08258

Black with #C08258

Text Example


Text Example

White with #C08258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08258; }

 p { color: rgb(192,130,88); }

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

background-color css

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

 a { background-color: rgb(192,130,88); }

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

border-color css

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

 span { border-color: rgb(192,130,88); }

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