Html Css Color HEX #C34645 Sunset

📋 copy color: '#C34645'

red 195 ◦ green 70 ◦ blue 69

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

Shades of Sunset #C34645

Tints of Sunset #C34645

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.96%

 BLUE value IS 69 (27.34% from 255) = 20.66%

R = 58.38%
G = 20.96%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C34645 (or 0xC34645) is known color: Sunset. HEX triplet: C3, 46 and 45. RGB value is (195,70,69). Sum of RGB (Red+Green+Blue) = 195+70+69=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C34645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34645 is #3CB9BA. Grayscale: #6B6B6B. Windows color (decimal): -3979707 or 4540099. OLE color: 4540099.

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

Color convert

RGB 195 70 69 -
CMYK 0 0.64 0.65 0.24
HSL 0.48º 0.51% 0.52% -
HSV(B) 0.48º 0.65% 0.76% -
XYZ 25.77 16.41 7.44 -
YUV 107.26 106.41 190.58 -
System Red Green Blue C M Y K H S L
Decimal 195 70 69 0 0.64 0.65 0.24 0.48 0.51 0.52
Hex C3 46 45 0 40 41 18 0 33 34
Octal 303 106 105 0 100 101 30 0 63 64
Binary 11000011 1000110 1000101 0 1000000 1000001 11000 0 110011 110100

Color Harmonies of #C34645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34645

Black with #C34645

Text Example


Text Example

White with #C34645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34645; }

 p { color: rgb(195,70,69); }

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

background-color css

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

 a { background-color: rgb(195,70,69); }

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

border-color css

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

 span { border-color: rgb(195,70,69); }

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