Html Css Color HEX #C35D30 Smoke Tree

📋 copy color: '#C35D30'

red 195 ◦ green 93 ◦ blue 48

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

Shades of Smoke Tree #C35D30

Tints of Smoke Tree #C35D30

RGB

 RED value IS 195 (76.56% from 255) = 58.04%

 GREEN value IS 93 (36.72% from 255) = 27.68%

 BLUE value IS 48 (19.14% from 255) = 14.29%

R = 58.04%
G = 27.68%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C35D30 (or 0xC35D30) is known color: Smoke Tree. HEX triplet: C3, 5D and 30. RGB value is (195,93,48). Sum of RGB (Red+Green+Blue) = 195+93+48=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35D30 is #3CA2CF. Grayscale: #767676. Windows color (decimal): -3973840 or 3169731. OLE color: 3169731.

HSL color Cylindrical-coordinate representation of color #C35D30: hue angle of 18.37º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C35D30 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 93 48 -
CMYK 0 0.52 0.75 0.24
HSL 18.37º 0.6% 0.48% -
HSV(B) 18.37º 0.75% 0.76% -
XYZ 26.95 19.64 5.17 -
YUV 118.37 88.29 182.66 -
System Red Green Blue C M Y K H S L
Decimal 195 93 48 0 0.52 0.75 0.24 18.37 0.6 0.48
Hex C3 5D 30 0 34 4B 18 12 3C 30
Octal 303 135 60 0 64 113 30 22 74 60
Binary 11000011 1011101 110000 0 110100 1001011 11000 10010 111100 110000

Color Harmonies of #C35D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35D30

Black with #C35D30

Text Example


Text Example

White with #C35D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35D30; }

 p { color: rgb(195,93,48); }

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

background-color css

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

 a { background-color: rgb(195,93,48); }

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

border-color css

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

 span { border-color: rgb(195,93,48); }

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