Html Css Color HEX #C05A2B Smoke Tree

📋 copy color: '#C05A2B'

red 192 ◦ green 90 ◦ blue 43

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

Shades of Smoke Tree #C05A2B

Tints of Smoke Tree #C05A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.23%

R = 59.08%
G = 27.69%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C05A2B (or 0xC05A2B) is known color: Smoke Tree. HEX triplet: C0, 5A and 2B. RGB value is (192,90,43). Sum of RGB (Red+Green+Blue) = 192+90+43=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05A2B is #3FA5D4. Grayscale: #737373. Windows color (decimal): -4171221 or 2841280. OLE color: 2841280.

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

Color convert

RGB 192 90 43 -
CMYK 0 0.53 0.78 0.25
HSL 18.93º 0.63% 0.46% -
HSV(B) 18.93º 0.78% 0.75% -
XYZ 25.83 18.69 4.53 -
YUV 115.14 87.29 182.82 -
System Red Green Blue C M Y K H S L
Decimal 192 90 43 0 0.53 0.78 0.25 18.93 0.63 0.46
Hex C0 5A 2B 0 35 4E 19 13 3F 2E
Octal 300 132 53 0 65 116 31 23 77 56
Binary 11000000 1011010 101011 0 110101 1001110 11001 10011 111111 101110

Color Harmonies of #C05A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A2B

Black with #C05A2B

Text Example


Text Example

White with #C05A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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