Html Css Color HEX #C3670E Chocolate

📋 copy color: '#C3670E'

red 195 ◦ green 103 ◦ blue 14

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

Shades of Chocolate #C3670E

Tints of Chocolate #C3670E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.01%

 BLUE value IS 14 (5.86% from 255) = 4.49%

R = 62.5%
G = 33.01%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3670E (or 0xC3670E) is known color: Chocolate. HEX triplet: C3, 67 and 0E. RGB value is (195,103,14). Sum of RGB (Red+Green+Blue) = 195+103+14=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C3670E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3670E is #3C98F1. Grayscale: #787878. Windows color (decimal): -3971314 or 944067. OLE color: 944067.

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

Color convert

RGB 195 103 14 -
CMYK 0 0.47 0.93 0.24
HSL 29.5º 0.87% 0.41% -
HSV(B) 29.5º 0.93% 0.76% -
XYZ 27.44 21.33 3.09 -
YUV 120.36 67.98 181.24 -
System Red Green Blue C M Y K H S L
Decimal 195 103 14 0 0.47 0.93 0.24 29.5 0.87 0.41
Hex C3 67 E 0 2F 5D 18 1E 57 29
Octal 303 147 16 0 57 135 30 36 127 51
Binary 11000011 1100111 1110 0 101111 1011101 11000 11110 1010111 101001

Color Harmonies of #C3670E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3670E

Black with #C3670E

Text Example


Text Example

White with #C3670E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3670E; }

 p { color: rgb(195,103,14); }

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

background-color css

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

 a { background-color: rgb(195,103,14); }

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

border-color css

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

 span { border-color: rgb(195,103,14); }

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