Html Css Color HEX #C06435 Smoke Tree

📋 copy color: '#C06435'

red 192 ◦ green 100 ◦ blue 53

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

Shades of Smoke Tree #C06435

Tints of Smoke Tree #C06435

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.99%

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

R = 55.65%
G = 28.99%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C06435 (or 0xC06435) is known color: Smoke Tree. HEX triplet: C0, 64 and 35. RGB value is (192,100,53). Sum of RGB (Red+Green+Blue) = 192+100+53=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C06435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06435 is #3F9BCA. Grayscale: #7A7A7A. Windows color (decimal): -4168651 or 3499200. OLE color: 3499200.

HSL color Cylindrical-coordinate representation of color #C06435: hue angle of 20.29º 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 #C06435 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 100 53 -
CMYK 0 0.48 0.72 0.25
HSL 20.29º 0.57% 0.48% -
HSV(B) 20.29º 0.72% 0.75% -
XYZ 26.94 20.58 5.92 -
YUV 122.15 88.98 177.82 -
System Red Green Blue C M Y K H S L
Decimal 192 100 53 0 0.48 0.72 0.25 20.29 0.57 0.48
Hex C0 64 35 0 30 48 19 14 39 30
Octal 300 144 65 0 60 110 31 24 71 60
Binary 11000000 1100100 110101 0 110000 1001000 11001 10100 111001 110000

Color Harmonies of #C06435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06435

Black with #C06435

Text Example


Text Example

White with #C06435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06435; }

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

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

background-color css

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

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

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

border-color css

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

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

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