Html Css Color HEX #C25F19 Chocolate

📋 copy color: '#C25F19'

red 194 ◦ green 95 ◦ blue 25

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

Shades of Chocolate #C25F19

Tints of Chocolate #C25F19

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.25%

 BLUE value IS 25 (10.16% from 255) = 7.96%

R = 61.78%
G = 30.25%
B = 7.96%

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

#C25F19 (or 0xC25F19) is known color: Chocolate. HEX triplet: C2, 5F and 19. RGB value is (194,95,25). Sum of RGB (Red+Green+Blue) = 194+95+25=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25F19 is #3DA0E6. Grayscale: #757575. Windows color (decimal): -4038887 or 1662914. OLE color: 1662914.

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

Color convert

RGB 194 95 25 -
CMYK 0 0.51 0.87 0.24
HSL 24.85º 0.77% 0.43% -
HSV(B) 24.85º 0.87% 0.76% -
XYZ 26.52 19.72 3.33 -
YUV 116.62 76.3 183.19 -
System Red Green Blue C M Y K H S L
Decimal 194 95 25 0 0.51 0.87 0.24 24.85 0.77 0.43
Hex C2 5F 19 0 33 57 18 19 4D 2B
Octal 302 137 31 0 63 127 30 31 115 53
Binary 11000010 1011111 11001 0 110011 1010111 11000 11001 1001101 101011

Color Harmonies of #C25F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F19

Black with #C25F19

Text Example


Text Example

White with #C25F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F19; }

 p { color: rgb(194,95,25); }

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

background-color css

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

 a { background-color: rgb(194,95,25); }

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

border-color css

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

 span { border-color: rgb(194,95,25); }

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