Html Css Color HEX #C85D4D Sunglo

📋 copy color: '#C85D4D'

red 200 ◦ green 93 ◦ blue 77

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

Shades of Sunglo #C85D4D

Tints of Sunglo #C85D4D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.14%

 BLUE value IS 77 (30.47% from 255) = 20.81%

R = 54.05%
G = 25.14%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C85D4D (or 0xC85D4D) is known color: Sunglo. HEX triplet: C8, 5D and 4D. RGB value is (200,93,77). Sum of RGB (Red+Green+Blue) = 200+93+77=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85D4D is #37A2B2. Grayscale: #7B7B7B. Windows color (decimal): -3646131 or 5070280. OLE color: 5070280.

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

Color convert

RGB 200 93 77 -
CMYK 0 0.54 0.62 0.22
HSL 7.8º 0.53% 0.54% -
HSV(B) 7.8º 0.62% 0.78% -
XYZ 29.07 20.64 9.47 -
YUV 123.17 101.95 182.8 -
System Red Green Blue C M Y K H S L
Decimal 200 93 77 0 0.54 0.62 0.22 7.8 0.53 0.54
Hex C8 5D 4D 0 36 3E 16 8 35 36
Octal 310 135 115 0 66 76 26 10 65 66
Binary 11001000 1011101 1001101 0 110110 111110 10110 1000 110101 110110

Color Harmonies of #C85D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85D4D

Black with #C85D4D

Text Example


Text Example

White with #C85D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85D4D; }

 p { color: rgb(200,93,77); }

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

background-color css

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

 a { background-color: rgb(200,93,77); }

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

border-color css

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

 span { border-color: rgb(200,93,77); }

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