Html Css Color HEX #C06438 Smoke Tree

📋 copy color: '#C06438'

red 192 ◦ green 100 ◦ blue 56

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

Shades of Smoke Tree #C06438

Tints of Smoke Tree #C06438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.09%

R = 55.17%
G = 28.74%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C06438 (or 0xC06438) is known color: Smoke Tree. HEX triplet: C0, 64 and 38. RGB value is (192,100,56). Sum of RGB (Red+Green+Blue) = 192+100+56=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C06438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06438 is #3F9BC7. Grayscale: #7A7A7A. Windows color (decimal): -4168648 or 3695808. OLE color: 3695808.

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

Color convert

RGB 192 100 56 -
CMYK 0 0.48 0.71 0.25
HSL 19.41º 0.55% 0.49% -
HSV(B) 19.41º 0.71% 0.75% -
XYZ 27.01 20.61 6.3 -
YUV 122.49 90.48 177.58 -
System Red Green Blue C M Y K H S L
Decimal 192 100 56 0 0.48 0.71 0.25 19.41 0.55 0.49
Hex C0 64 38 0 30 47 19 13 37 31
Octal 300 144 70 0 60 107 31 23 67 61
Binary 11000000 1100100 111000 0 110000 1000111 11001 10011 110111 110001

Color Harmonies of #C06438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06438

Black with #C06438

Text Example


Text Example

White with #C06438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06438; }

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

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

background-color css

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

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

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

border-color css

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

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

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