Html Css Color HEX #C25F17 Chocolate

📋 copy color: '#C25F17'

red 194 ◦ green 95 ◦ blue 23

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

Shades of Chocolate #C25F17

Tints of Chocolate #C25F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.37%

R = 62.18%
G = 30.45%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C25F17 (or 0xC25F17) is known color: Chocolate. HEX triplet: C2, 5F and 17. RGB value is (194,95,23). Sum of RGB (Red+Green+Blue) = 194+95+23=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25F17 is #3DA0E8. Grayscale: #747474. Windows color (decimal): -4038889 or 1531842. OLE color: 1531842.

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

Color convert

RGB 194 95 23 -
CMYK 0 0.51 0.88 0.24
HSL 25.26º 0.79% 0.43% -
HSV(B) 25.26º 0.88% 0.76% -
XYZ 26.5 19.72 3.22 -
YUV 116.39 75.3 183.35 -
System Red Green Blue C M Y K H S L
Decimal 194 95 23 0 0.51 0.88 0.24 25.26 0.79 0.43
Hex C2 5F 17 0 33 58 18 19 4F 2B
Octal 302 137 27 0 63 130 30 31 117 53
Binary 11000010 1011111 10111 0 110011 1011000 11000 11001 1001111 101011

Color Harmonies of #C25F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F17

Black with #C25F17

Text Example


Text Example

White with #C25F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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