Html Css Color HEX #C08652 Twine

📋 copy color: '#C08652'

red 192 ◦ green 134 ◦ blue 82

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

Shades of Twine #C08652

Tints of Twine #C08652

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.84%

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

R = 47.06%
G = 32.84%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C08652 (or 0xC08652) is known color: Twine. HEX triplet: C0, 86 and 52. RGB value is (192,134,82). Sum of RGB (Red+Green+Blue) = 192+134+82=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C08652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08652 is #3F79AD. Grayscale: #919191. Windows color (decimal): -4159918 or 5408448. OLE color: 5408448.

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

Color convert

RGB 192 134 82 -
CMYK 0 0.30 0.57 0.25
HSL 28.36º 0.47% 0.54% -
HSV(B) 28.36º 0.57% 0.75% -
XYZ 31.79 28.87 11.88 -
YUV 145.41 92.22 161.23 -
System Red Green Blue C M Y K H S L
Decimal 192 134 82 0 0.30 0.57 0.25 28.36 0.47 0.54
Hex C0 86 52 0 1E 39 19 1C 2F 36
Octal 300 206 122 0 36 71 31 34 57 66
Binary 11000000 10000110 1010010 0 11110 111001 11001 11100 101111 110110

Color Harmonies of #C08652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08652

Black with #C08652

Text Example


Text Example

White with #C08652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08652; }

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

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

background-color css

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

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

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

border-color css

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

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

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