Html Css Color HEX #C25C14 Chocolate

📋 copy color: '#C25C14'

red 194 ◦ green 92 ◦ blue 20

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

Shades of Chocolate #C25C14

Tints of Chocolate #C25C14

RGB

 RED value IS 194 (76.17% from 255) = 63.4%

 GREEN value IS 92 (36.33% from 255) = 30.07%

 BLUE value IS 20 (8.2% from 255) = 6.54%

R = 63.4%
G = 30.07%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C25C14 (or 0xC25C14) is known color: Chocolate. HEX triplet: C2, 5C and 14. RGB value is (194,92,20). Sum of RGB (Red+Green+Blue) = 194+92+20=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25C14 is #3DA3EB. Grayscale: #727272. Windows color (decimal): -4039660 or 1334466. OLE color: 1334466.

HSL color Cylindrical-coordinate representation of color #C25C14: hue angle of 24.83º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C25C14 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 92 20 -
CMYK 0 0.53 0.90 0.24
HSL 24.83º 0.81% 0.42% -
HSV(B) 24.83º 0.9% 0.76% -
XYZ 26.2 19.17 2.98 -
YUV 114.29 74.79 184.85 -
System Red Green Blue C M Y K H S L
Decimal 194 92 20 0 0.53 0.90 0.24 24.83 0.81 0.42
Hex C2 5C 14 0 35 5A 18 19 51 2A
Octal 302 134 24 0 65 132 30 31 121 52
Binary 11000010 1011100 10100 0 110101 1011010 11000 11001 1010001 101010

Color Harmonies of #C25C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25C14

Black with #C25C14

Text Example


Text Example

White with #C25C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25C14; }

 p { color: rgb(194,92,20); }

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

background-color css

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

 a { background-color: rgb(194,92,20); }

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

border-color css

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

 span { border-color: rgb(194,92,20); }

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