Html Css Color HEX #C3601A Chocolate

📋 copy color: '#C3601A'

red 195 ◦ green 96 ◦ blue 26

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

Shades of Chocolate #C3601A

Tints of Chocolate #C3601A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.28%

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

R = 61.51%
G = 30.28%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C3601A (or 0xC3601A) is known color: Chocolate. HEX triplet: C3, 60 and 1A. RGB value is (195,96,26). Sum of RGB (Red+Green+Blue) = 195+96+26=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C3601A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3601A is #3C9FE5. Grayscale: #767676. Windows color (decimal): -3973094 or 1728707. OLE color: 1728707.

HSL color Cylindrical-coordinate representation of color #C3601A: hue angle of 24.85º 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 #C3601A is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 96 26 -
CMYK 0 0.51 0.87 0.24
HSL 24.85º 0.76% 0.43% -
HSV(B) 24.85º 0.87% 0.76% -
XYZ 26.88 20.04 3.43 -
YUV 117.62 76.3 183.19 -
System Red Green Blue C M Y K H S L
Decimal 195 96 26 0 0.51 0.87 0.24 24.85 0.76 0.43
Hex C3 60 1A 0 33 57 18 19 4C 2B
Octal 303 140 32 0 63 127 30 31 114 53
Binary 11000011 1100000 11010 0 110011 1010111 11000 11001 1001100 101011

Color Harmonies of #C3601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3601A

Black with #C3601A

Text Example


Text Example

White with #C3601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3601A; }

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

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

background-color css

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

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

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

border-color css

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

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

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