Html Css Color HEX #C35C2F Smoke Tree

📋 copy color: '#C35C2F'

red 195 ◦ green 92 ◦ blue 47

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

Shades of Smoke Tree #C35C2F

Tints of Smoke Tree #C35C2F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.54%

 BLUE value IS 47 (18.75% from 255) = 14.07%

R = 58.38%
G = 27.54%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C35C2F (or 0xC35C2F) is known color: Smoke Tree. HEX triplet: C3, 5C and 2F. RGB value is (195,92,47). Sum of RGB (Red+Green+Blue) = 195+92+47=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35C2F is #3CA3D0. Grayscale: #757575. Windows color (decimal): -3974097 or 3103939. OLE color: 3103939.

HSL color Cylindrical-coordinate representation of color #C35C2F: hue angle of 18.24º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C35C2F is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 92 47 -
CMYK 0 0.53 0.76 0.24
HSL 18.24º 0.61% 0.47% -
HSV(B) 18.24º 0.76% 0.76% -
XYZ 26.85 19.46 5.03 -
YUV 117.67 88.12 183.16 -
System Red Green Blue C M Y K H S L
Decimal 195 92 47 0 0.53 0.76 0.24 18.24 0.61 0.47
Hex C3 5C 2F 0 35 4C 18 12 3D 2F
Octal 303 134 57 0 65 114 30 22 75 57
Binary 11000011 1011100 101111 0 110101 1001100 11000 10010 111101 101111

Color Harmonies of #C35C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35C2F

Black with #C35C2F

Text Example


Text Example

White with #C35C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35C2F; }

 p { color: rgb(195,92,47); }

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

background-color css

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

 a { background-color: rgb(195,92,47); }

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

border-color css

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

 span { border-color: rgb(195,92,47); }

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