Html Css Color HEX #C85345 Sunset

📋 copy color: '#C85345'

red 200 ◦ green 83 ◦ blue 69

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

Shades of Sunset #C85345

Tints of Sunset #C85345

RGB

 RED value IS 200 (78.52% from 255) = 56.82%

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

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

R = 56.82%
G = 23.58%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C85345 (or 0xC85345) is known color: Sunset. HEX triplet: C8, 53 and 45. RGB value is (200,83,69). Sum of RGB (Red+Green+Blue) = 200+83+69=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C85345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85345 is #37ACBA. Grayscale: #747474. Windows color (decimal): -3648699 or 4543432. OLE color: 4543432.

HSL color Cylindrical-coordinate representation of color #C85345: hue angle of 6.41º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C85345 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 83 69 -
CMYK 0 0.58 0.66 0.22
HSL 6.41º 0.54% 0.53% -
HSV(B) 6.41º 0.66% 0.78% -
XYZ 27.99 18.9 7.8 -
YUV 116.39 101.26 187.64 -
System Red Green Blue C M Y K H S L
Decimal 200 83 69 0 0.58 0.66 0.22 6.41 0.54 0.53
Hex C8 53 45 0 3A 42 16 6 36 35
Octal 310 123 105 0 72 102 26 6 66 65
Binary 11001000 1010011 1000101 0 111010 1000010 10110 110 110110 110101

Color Harmonies of #C85345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85345

Black with #C85345

Text Example


Text Example

White with #C85345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85345; }

 p { color: rgb(200,83,69); }

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

background-color css

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

 a { background-color: rgb(200,83,69); }

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

border-color css

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

 span { border-color: rgb(200,83,69); }

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