Html Css Color HEX #C65F19 Chocolate

📋 copy color: '#C65F19'

red 198 ◦ green 95 ◦ blue 25

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

Shades of Chocolate #C65F19

Tints of Chocolate #C65F19

RGB

 RED value IS 198 (77.73% from 255) = 62.26%

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

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

R = 62.26%
G = 29.87%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C65F19 (or 0xC65F19) is known color: Chocolate. HEX triplet: C6, 5F and 19. RGB value is (198,95,25). Sum of RGB (Red+Green+Blue) = 198+95+25=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65F19 is #39A0E6. Grayscale: #767676. Windows color (decimal): -3776743 or 1662918. OLE color: 1662918.

HSL color Cylindrical-coordinate representation of color #C65F19: hue angle of 24.28º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C65F19 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 95 25 -
CMYK 0 0.52 0.87 0.22
HSL 24.28º 0.78% 0.44% -
HSV(B) 24.28º 0.87% 0.78% -
XYZ 27.56 20.26 3.38 -
YUV 117.82 75.62 185.19 -
System Red Green Blue C M Y K H S L
Decimal 198 95 25 0 0.52 0.87 0.22 24.28 0.78 0.44
Hex C6 5F 19 0 34 57 16 18 4E 2C
Octal 306 137 31 0 64 127 26 30 116 54
Binary 11000110 1011111 11001 0 110100 1010111 10110 11000 1001110 101100

Color Harmonies of #C65F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65F19

Black with #C65F19

Text Example


Text Example

White with #C65F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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