Html Css Color HEX #C05A33 Smoke Tree

📋 copy color: '#C05A33'

red 192 ◦ green 90 ◦ blue 51

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

Shades of Smoke Tree #C05A33

Tints of Smoke Tree #C05A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.32%

R = 57.66%
G = 27.03%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C05A33 (or 0xC05A33) is known color: Smoke Tree. HEX triplet: C0, 5A and 33. RGB value is (192,90,51). Sum of RGB (Red+Green+Blue) = 192+90+51=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05A33 is #3FA5CC. Grayscale: #747474. Windows color (decimal): -4171213 or 3365568. OLE color: 3365568.

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

Color convert

RGB 192 90 51 -
CMYK 0 0.53 0.73 0.25
HSL 16.6º 0.58% 0.48% -
HSV(B) 16.6º 0.73% 0.75% -
XYZ 25.99 18.76 5.38 -
YUV 116.05 91.29 182.17 -
System Red Green Blue C M Y K H S L
Decimal 192 90 51 0 0.53 0.73 0.25 16.6 0.58 0.48
Hex C0 5A 33 0 35 49 19 11 3A 30
Octal 300 132 63 0 65 111 31 21 72 60
Binary 11000000 1011010 110011 0 110101 1001001 11001 10001 111010 110000

Color Harmonies of #C05A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A33

Black with #C05A33

Text Example


Text Example

White with #C05A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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