Html Css Color HEX #C0683A Smoke Tree

📋 copy color: '#C0683A'

red 192 ◦ green 104 ◦ blue 58

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

Shades of Smoke Tree #C0683A

Tints of Smoke Tree #C0683A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.38%

 BLUE value IS 58 (23.05% from 255) = 16.38%

R = 54.24%
G = 29.38%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0683A (or 0xC0683A) is known color: Smoke Tree. HEX triplet: C0, 68 and 3A. RGB value is (192,104,58). Sum of RGB (Red+Green+Blue) = 192+104+58=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0683A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0683A is #3F97C5. Grayscale: #7D7D7D. Windows color (decimal): -4167622 or 3827904. OLE color: 3827904.

HSL color Cylindrical-coordinate representation of color #C0683A: hue angle of 20.6º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0683A is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 104 58 -
CMYK 0 0.46 0.70 0.25
HSL 20.6º 0.54% 0.49% -
HSV(B) 20.6º 0.7% 0.75% -
XYZ 27.45 21.41 6.69 -
YUV 125.07 90.15 175.74 -
System Red Green Blue C M Y K H S L
Decimal 192 104 58 0 0.46 0.70 0.25 20.6 0.54 0.49
Hex C0 68 3A 0 2E 46 19 15 36 31
Octal 300 150 72 0 56 106 31 25 66 61
Binary 11000000 1101000 111010 0 101110 1000110 11001 10101 110110 110001

Color Harmonies of #C0683A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0683A

Black with #C0683A

Text Example


Text Example

White with #C0683A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0683A; }

 p { color: rgb(192,104,58); }

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

background-color css

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

 a { background-color: rgb(192,104,58); }

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

border-color css

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

 span { border-color: rgb(192,104,58); }

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