Html Css Color HEX #C05C2C Smoke Tree

📋 copy color: '#C05C2C'

red 192 ◦ green 92 ◦ blue 44

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

Shades of Smoke Tree #C05C2C

Tints of Smoke Tree #C05C2C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.05%

 BLUE value IS 44 (17.58% from 255) = 13.41%

R = 58.54%
G = 28.05%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C05C2C (or 0xC05C2C) is known color: Smoke Tree. HEX triplet: C0, 5C and 2C. RGB value is (192,92,44). Sum of RGB (Red+Green+Blue) = 192+92+44=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05C2C is #3FA3D3. Grayscale: #747474. Windows color (decimal): -4170708 or 2907328. OLE color: 2907328.

HSL color Cylindrical-coordinate representation of color #C05C2C: hue angle of 19.46º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C05C2C is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 92 44 -
CMYK 0 0.52 0.77 0.25
HSL 19.46º 0.63% 0.46% -
HSV(B) 19.46º 0.77% 0.75% -
XYZ 26.02 19.04 4.69 -
YUV 116.43 87.13 181.9 -
System Red Green Blue C M Y K H S L
Decimal 192 92 44 0 0.52 0.77 0.25 19.46 0.63 0.46
Hex C0 5C 2C 0 34 4D 19 13 3F 2E
Octal 300 134 54 0 64 115 31 23 77 56
Binary 11000000 1011100 101100 0 110100 1001101 11001 10011 111111 101110

Color Harmonies of #C05C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05C2C

Black with #C05C2C

Text Example


Text Example

White with #C05C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05C2C; }

 p { color: rgb(192,92,44); }

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

background-color css

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

 a { background-color: rgb(192,92,44); }

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

border-color css

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

 span { border-color: rgb(192,92,44); }

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