Html Css Color HEX #C1651D Chocolate

📋 copy color: '#C1651D'

red 193 ◦ green 101 ◦ blue 29

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

Shades of Chocolate #C1651D

Tints of Chocolate #C1651D

RGB

 RED value IS 193 (75.78% from 255) = 59.75%

 GREEN value IS 101 (39.84% from 255) = 31.27%

 BLUE value IS 29 (11.72% from 255) = 8.98%

R = 59.75%
G = 31.27%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1651D (or 0xC1651D) is known color: Chocolate. HEX triplet: C1, 65 and 1D. RGB value is (193,101,29). Sum of RGB (Red+Green+Blue) = 193+101+29=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C1651D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1651D is #3E9AE2. Grayscale: #787878. Windows color (decimal): -4102883 or 1926593. OLE color: 1926593.

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

Color convert

RGB 193 101 29 -
CMYK 0 0.48 0.85 0.24
HSL 26.34º 0.74% 0.44% -
HSV(B) 26.34º 0.85% 0.76% -
XYZ 26.87 20.73 3.75 -
YUV 120.3 76.48 179.85 -
System Red Green Blue C M Y K H S L
Decimal 193 101 29 0 0.48 0.85 0.24 26.34 0.74 0.44
Hex C1 65 1D 0 30 55 18 1A 4A 2C
Octal 301 145 35 0 60 125 30 32 112 54
Binary 11000001 1100101 11101 0 110000 1010101 11000 11010 1001010 101100

Color Harmonies of #C1651D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1651D

Black with #C1651D

Text Example


Text Example

White with #C1651D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1651D; }

 p { color: rgb(193,101,29); }

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

background-color css

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

 a { background-color: rgb(193,101,29); }

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

border-color css

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

 span { border-color: rgb(193,101,29); }

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