Html Css Color HEX #C85342 Dark Coral

📋 copy color: '#C85342'

red 200 ◦ green 83 ◦ blue 66

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

Shades of Dark Coral #C85342

Tints of Dark Coral #C85342

RGB

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

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

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

R = 57.31%
G = 23.78%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C85342 (or 0xC85342) is known color: Dark Coral. HEX triplet: C8, 53 and 42. RGB value is (200,83,66). Sum of RGB (Red+Green+Blue) = 200+83+66=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C85342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85342 is #37ACBD. Grayscale: #747474. Windows color (decimal): -3648702 or 4346824. OLE color: 4346824.

HSL color Cylindrical-coordinate representation of color #C85342: hue angle of 7.61º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C85342 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 83 66 -
CMYK 0 0.58 0.67 0.22
HSL 7.61º 0.55% 0.52% -
HSV(B) 7.61º 0.67% 0.78% -
XYZ 27.9 18.86 7.32 -
YUV 116.05 99.76 187.88 -
System Red Green Blue C M Y K H S L
Decimal 200 83 66 0 0.58 0.67 0.22 7.61 0.55 0.52
Hex C8 53 42 0 3A 43 16 8 37 34
Octal 310 123 102 0 72 103 26 10 67 64
Binary 11001000 1010011 1000010 0 111010 1000011 10110 1000 110111 110100

Color Harmonies of #C85342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85342

Black with #C85342

Text Example


Text Example

White with #C85342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85342; }

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

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

background-color css

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

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

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

border-color css

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

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

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