Html Css Color HEX #C65F1A Chocolate

📋 copy color: '#C65F1A'

red 198 ◦ green 95 ◦ blue 26

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

Shades of Chocolate #C65F1A

Tints of Chocolate #C65F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.15%

R = 62.07%
G = 29.78%
B = 8.15%

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

#C65F1A (or 0xC65F1A) is known color: Chocolate. HEX triplet: C6, 5F and 1A. RGB value is (198,95,26). Sum of RGB (Red+Green+Blue) = 198+95+26=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65F1A is #39A0E5. Grayscale: #767676. Windows color (decimal): -3776742 or 1728454. OLE color: 1728454.

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

Color convert

RGB 198 95 26 -
CMYK 0 0.52 0.87 0.22
HSL 24.07º 0.77% 0.44% -
HSV(B) 24.07º 0.87% 0.78% -
XYZ 27.57 20.26 3.44 -
YUV 117.93 76.12 185.11 -
System Red Green Blue C M Y K H S L
Decimal 198 95 26 0 0.52 0.87 0.22 24.07 0.77 0.44
Hex C6 5F 1A 0 34 57 16 18 4D 2C
Octal 306 137 32 0 64 127 26 30 115 54
Binary 11000110 1011111 11010 0 110100 1010111 10110 11000 1001101 101100

Color Harmonies of #C65F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65F1A

Black with #C65F1A

Text Example


Text Example

White with #C65F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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