Html Css Color HEX #C05A2D Smoke Tree

📋 copy color: '#C05A2D'

red 192 ◦ green 90 ◦ blue 45

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

Shades of Smoke Tree #C05A2D

Tints of Smoke Tree #C05A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.76%

R = 58.72%
G = 27.52%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C05A2D (or 0xC05A2D) is known color: Smoke Tree. HEX triplet: C0, 5A and 2D. RGB value is (192,90,45). Sum of RGB (Red+Green+Blue) = 192+90+45=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05A2D is #3FA5D2. Grayscale: #737373. Windows color (decimal): -4171219 or 2972352. OLE color: 2972352.

HSL color Cylindrical-coordinate representation of color #C05A2D: hue angle of 18.37º degrees, saturation: 0.62, 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 #C05A2D is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 90 45 -
CMYK 0 0.53 0.77 0.25
HSL 18.37º 0.62% 0.46% -
HSV(B) 18.37º 0.77% 0.75% -
XYZ 25.87 18.71 4.73 -
YUV 115.37 88.29 182.66 -
System Red Green Blue C M Y K H S L
Decimal 192 90 45 0 0.53 0.77 0.25 18.37 0.62 0.46
Hex C0 5A 2D 0 35 4D 19 12 3E 2E
Octal 300 132 55 0 65 115 31 22 76 56
Binary 11000000 1011010 101101 0 110101 1001101 11001 10010 111110 101110

Color Harmonies of #C05A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A2D

Black with #C05A2D

Text Example


Text Example

White with #C05A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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