Html Css Color HEX #C09452 Twine

📋 copy color: '#C09452'

red 192 ◦ green 148 ◦ blue 82

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

Shades of Twine #C09452

Tints of Twine #C09452

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.07%

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

R = 45.5%
G = 35.07%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C09452 (or 0xC09452) is known color: Twine. HEX triplet: C0, 94 and 52. RGB value is (192,148,82). Sum of RGB (Red+Green+Blue) = 192+148+82=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C09452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09452 is #3F6BAD. Grayscale: #999999. Windows color (decimal): -4156334 or 5412032. OLE color: 5412032.

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

Color convert

RGB 192 148 82 -
CMYK 0 0.23 0.57 0.25
HSL 36º 0.47% 0.54% -
HSV(B) 36º 0.57% 0.75% -
XYZ 33.85 33 12.57 -
YUV 153.63 87.58 155.37 -
System Red Green Blue C M Y K H S L
Decimal 192 148 82 0 0.23 0.57 0.25 36 0.47 0.54
Hex C0 94 52 0 17 39 19 24 2F 36
Octal 300 224 122 0 27 71 31 44 57 66
Binary 11000000 10010100 1010010 0 10111 111001 11001 100100 101111 110110

Color Harmonies of #C09452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09452

Black with #C09452

Text Example


Text Example

White with #C09452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09452; }

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

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

background-color css

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

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

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

border-color css

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

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

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