Html Css Color HEX #C3611A Chocolate

📋 copy color: '#C3611A'

red 195 ◦ green 97 ◦ blue 26

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

Shades of Chocolate #C3611A

Tints of Chocolate #C3611A

RGB

 RED value IS 195 (76.56% from 255) = 61.32%

 GREEN value IS 97 (38.28% from 255) = 30.5%

 BLUE value IS 26 (10.55% from 255) = 8.18%

R = 61.32%
G = 30.5%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C3611A (or 0xC3611A) is known color: Chocolate. HEX triplet: C3, 61 and 1A. RGB value is (195,97,26). Sum of RGB (Red+Green+Blue) = 195+97+26=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C3611A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3611A is #3C9EE5. Grayscale: #767676. Windows color (decimal): -3972838 or 1728963. OLE color: 1728963.

HSL color Cylindrical-coordinate representation of color #C3611A: hue angle of 25.21º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C3611A is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 97 26 -
CMYK 0 0.50 0.87 0.24
HSL 25.21º 0.76% 0.43% -
HSV(B) 25.21º 0.87% 0.76% -
XYZ 26.97 20.23 3.46 -
YUV 118.21 75.97 182.77 -
System Red Green Blue C M Y K H S L
Decimal 195 97 26 0 0.50 0.87 0.24 25.21 0.76 0.43
Hex C3 61 1A 0 32 57 18 19 4C 2B
Octal 303 141 32 0 62 127 30 31 114 53
Binary 11000011 1100001 11010 0 110010 1010111 11000 11001 1001100 101011

Color Harmonies of #C3611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3611A

Black with #C3611A

Text Example


Text Example

White with #C3611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3611A; }

 p { color: rgb(195,97,26); }

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

background-color css

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

 a { background-color: rgb(195,97,26); }

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

border-color css

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

 span { border-color: rgb(195,97,26); }

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