Html Css Color HEX #C05A30 Smoke Tree

📋 copy color: '#C05A30'

red 192 ◦ green 90 ◦ blue 48

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

Shades of Smoke Tree #C05A30

Tints of Smoke Tree #C05A30

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.27%

 BLUE value IS 48 (19.14% from 255) = 14.55%

R = 58.18%
G = 27.27%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C05A30 (or 0xC05A30) is known color: Smoke Tree. HEX triplet: C0, 5A and 30. RGB value is (192,90,48). Sum of RGB (Red+Green+Blue) = 192+90+48=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05A30 is #3FA5CF. Grayscale: #737373. Windows color (decimal): -4171216 or 3168960. OLE color: 3168960.

HSL color Cylindrical-coordinate representation of color #C05A30: hue angle of 17.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C05A30 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 90 48 -
CMYK 0 0.53 0.75 0.25
HSL 17.5º 0.6% 0.47% -
HSV(B) 17.5º 0.75% 0.75% -
XYZ 25.93 18.73 5.05 -
YUV 115.71 89.79 182.42 -
System Red Green Blue C M Y K H S L
Decimal 192 90 48 0 0.53 0.75 0.25 17.5 0.6 0.47
Hex C0 5A 30 0 35 4B 19 12 3C 2F
Octal 300 132 60 0 65 113 31 22 74 57
Binary 11000000 1011010 110000 0 110101 1001011 11001 10010 111100 101111

Color Harmonies of #C05A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A30

Black with #C05A30

Text Example


Text Example

White with #C05A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A30; }

 p { color: rgb(192,90,48); }

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

background-color css

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

 a { background-color: rgb(192,90,48); }

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

border-color css

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

 span { border-color: rgb(192,90,48); }

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