Html Css Color HEX #C08752 Twine

📋 copy color: '#C08752'

red 192 ◦ green 135 ◦ blue 82

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

Shades of Twine #C08752

Tints of Twine #C08752

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.01%

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

R = 46.94%
G = 33.01%
B = 20.05%

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

#C08752 (or 0xC08752) is known color: Twine. HEX triplet: C0, 87 and 52. RGB value is (192,135,82). Sum of RGB (Red+Green+Blue) = 192+135+82=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C08752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08752 is #3F78AD. Grayscale: #929292. Windows color (decimal): -4159662 or 5408704. OLE color: 5408704.

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

Color convert

RGB 192 135 82 -
CMYK 0 0.30 0.57 0.25
HSL 28.91º 0.47% 0.54% -
HSV(B) 28.91º 0.57% 0.75% -
XYZ 31.93 29.14 11.93 -
YUV 146 91.88 160.81 -
System Red Green Blue C M Y K H S L
Decimal 192 135 82 0 0.30 0.57 0.25 28.91 0.47 0.54
Hex C0 87 52 0 1E 39 19 1D 2F 36
Octal 300 207 122 0 36 71 31 35 57 66
Binary 11000000 10000111 1010010 0 11110 111001 11001 11101 101111 110110

Color Harmonies of #C08752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08752

Black with #C08752

Text Example


Text Example

White with #C08752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08752; }

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

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

background-color css

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

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

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

border-color css

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

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

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