Html Css Color HEX #C35342 Sunset

📋 copy color: '#C35342'

red 195 ◦ green 83 ◦ blue 66

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

Shades of Sunset #C35342

Tints of Sunset #C35342

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.13%

 BLUE value IS 66 (26.17% from 255) = 19.19%

R = 56.69%
G = 24.13%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C35342 (or 0xC35342) is known color: Sunset. HEX triplet: C3, 53 and 42. RGB value is (195,83,66). Sum of RGB (Red+Green+Blue) = 195+83+66=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C35342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35342 is #3CACBD. Grayscale: #727272. Windows color (decimal): -3976382 or 4346819. OLE color: 4346819.

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

Color convert

RGB 195 83 66 -
CMYK 0 0.57 0.66 0.24
HSL 7.91º 0.52% 0.51% -
HSV(B) 7.91º 0.66% 0.76% -
XYZ 26.58 18.18 7.26 -
YUV 114.55 100.61 185.38 -
System Red Green Blue C M Y K H S L
Decimal 195 83 66 0 0.57 0.66 0.24 7.91 0.52 0.51
Hex C3 53 42 0 39 42 18 8 34 33
Octal 303 123 102 0 71 102 30 10 64 63
Binary 11000011 1010011 1000010 0 111001 1000010 11000 1000 110100 110011

Color Harmonies of #C35342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35342

Black with #C35342

Text Example


Text Example

White with #C35342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35342; }

 p { color: rgb(195,83,66); }

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

background-color css

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

 a { background-color: rgb(195,83,66); }

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

border-color css

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

 span { border-color: rgb(195,83,66); }

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