Html Css Color HEX #C05C35 Smoke Tree

📋 copy color: '#C05C35'

red 192 ◦ green 92 ◦ blue 53

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

Shades of Smoke Tree #C05C35

Tints of Smoke Tree #C05C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.73%

R = 56.97%
G = 27.3%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C05C35 (or 0xC05C35) is known color: Smoke Tree. HEX triplet: C0, 5C and 35. RGB value is (192,92,53). Sum of RGB (Red+Green+Blue) = 192+92+53=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05C35 is #3FA3CA. Grayscale: #757575. Windows color (decimal): -4170699 or 3497152. OLE color: 3497152.

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

Color convert

RGB 192 92 53 -
CMYK 0 0.52 0.72 0.25
HSL 16.83º 0.57% 0.48% -
HSV(B) 16.83º 0.72% 0.75% -
XYZ 26.21 19.12 5.68 -
YUV 117.45 91.63 181.17 -
System Red Green Blue C M Y K H S L
Decimal 192 92 53 0 0.52 0.72 0.25 16.83 0.57 0.48
Hex C0 5C 35 0 34 48 19 11 39 30
Octal 300 134 65 0 64 110 31 21 71 60
Binary 11000000 1011100 110101 0 110100 1001000 11001 10001 111001 110000

Color Harmonies of #C05C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05C35

Black with #C05C35

Text Example


Text Example

White with #C05C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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