Html Css Color HEX #C7551C Chocolate

📋 copy color: '#C7551C'

red 199 ◦ green 85 ◦ blue 28

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

Shades of Chocolate #C7551C

Tints of Chocolate #C7551C

RGB

 RED value IS 199 (78.13% from 255) = 63.78%

 GREEN value IS 85 (33.59% from 255) = 27.24%

 BLUE value IS 28 (11.33% from 255) = 8.97%

R = 63.78%
G = 27.24%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7551C (or 0xC7551C) is known color: Chocolate. HEX triplet: C7, 55 and 1C. RGB value is (199,85,28). Sum of RGB (Red+Green+Blue) = 199+85+28=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C7551C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7551C is #38AAE3. Grayscale: #707070. Windows color (decimal): -3713764 or 1856967. OLE color: 1856967.

HSL color Cylindrical-coordinate representation of color #C7551C: hue angle of 20º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7551C is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 85 28 -
CMYK 0 0.57 0.86 0.22
HSL 20º 0.75% 0.45% -
HSV(B) 20º 0.86% 0.78% -
XYZ 27.01 18.72 3.29 -
YUV 112.59 80.27 189.63 -
System Red Green Blue C M Y K H S L
Decimal 199 85 28 0 0.57 0.86 0.22 20 0.75 0.45
Hex C7 55 1C 0 39 56 16 14 4B 2D
Octal 307 125 34 0 71 126 26 24 113 55
Binary 11000111 1010101 11100 0 111001 1010110 10110 10100 1001011 101101

Color Harmonies of #C7551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7551C

Black with #C7551C

Text Example


Text Example

White with #C7551C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7551C; }

 p { color: rgb(199,85,28); }

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

background-color css

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

 a { background-color: rgb(199,85,28); }

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

border-color css

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

 span { border-color: rgb(199,85,28); }

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