Html Css Color HEX #C25D14 Chocolate

📋 copy color: '#C25D14'

red 194 ◦ green 93 ◦ blue 20

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

Shades of Chocolate #C25D14

Tints of Chocolate #C25D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.29%

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

R = 63.19%
G = 30.29%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C25D14 (or 0xC25D14) is known color: Chocolate. HEX triplet: C2, 5D and 14. RGB value is (194,93,20). Sum of RGB (Red+Green+Blue) = 194+93+20=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25D14 is #3DA2EB. Grayscale: #737373. Windows color (decimal): -4039404 or 1334722. OLE color: 1334722.

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

Color convert

RGB 194 93 20 -
CMYK 0 0.52 0.90 0.24
HSL 25.17º 0.81% 0.42% -
HSV(B) 25.17º 0.9% 0.76% -
XYZ 26.29 19.35 3.01 -
YUV 114.88 74.46 184.44 -
System Red Green Blue C M Y K H S L
Decimal 194 93 20 0 0.52 0.90 0.24 25.17 0.81 0.42
Hex C2 5D 14 0 34 5A 18 19 51 2A
Octal 302 135 24 0 64 132 30 31 121 52
Binary 11000010 1011101 10100 0 110100 1011010 11000 11001 1010001 101010

Color Harmonies of #C25D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25D14

Black with #C25D14

Text Example


Text Example

White with #C25D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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