Html Css Color HEX #C3601B Chocolate

📋 copy color: '#C3601B'

red 195 ◦ green 96 ◦ blue 27

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

Shades of Chocolate #C3601B

Tints of Chocolate #C3601B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.49%

R = 61.32%
G = 30.19%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3601B (or 0xC3601B) is known color: Chocolate. HEX triplet: C3, 60 and 1B. RGB value is (195,96,27). Sum of RGB (Red+Green+Blue) = 195+96+27=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C3601B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3601B is #3C9FE4. Grayscale: #767676. Windows color (decimal): -3973093 or 1794243. OLE color: 1794243.

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

Color convert

RGB 195 96 27 -
CMYK 0 0.51 0.86 0.24
HSL 24.64º 0.76% 0.44% -
HSV(B) 24.64º 0.86% 0.76% -
XYZ 26.89 20.05 3.49 -
YUV 117.74 76.8 183.11 -
System Red Green Blue C M Y K H S L
Decimal 195 96 27 0 0.51 0.86 0.24 24.64 0.76 0.44
Hex C3 60 1B 0 33 56 18 19 4C 2C
Octal 303 140 33 0 63 126 30 31 114 54
Binary 11000011 1100000 11011 0 110011 1010110 11000 11001 1001100 101100

Color Harmonies of #C3601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3601B

Black with #C3601B

Text Example


Text Example

White with #C3601B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3601B; }

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

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

background-color css

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

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

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

border-color css

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

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

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