Html Css Color HEX #C0631A Chocolate

📋 copy color: '#C0631A'

red 192 ◦ green 99 ◦ blue 26

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

Shades of Chocolate #C0631A

Tints of Chocolate #C0631A

RGB

 RED value IS 192 (75.39% from 255) = 60.57%

 GREEN value IS 99 (39.06% from 255) = 31.23%

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

R = 60.57%
G = 31.23%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0631A (or 0xC0631A) is known color: Chocolate. HEX triplet: C0, 63 and 1A. RGB value is (192,99,26). Sum of RGB (Red+Green+Blue) = 192+99+26=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C0631A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0631A is #3F9CE5. Grayscale: #767676. Windows color (decimal): -4168934 or 1729472. OLE color: 1729472.

HSL color Cylindrical-coordinate representation of color #C0631A: hue angle of 26.39º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0631A is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 99 26 -
CMYK 0 0.48 0.86 0.25
HSL 26.39º 0.76% 0.43% -
HSV(B) 26.39º 0.86% 0.75% -
XYZ 26.39 20.2 3.49 -
YUV 118.49 75.81 180.44 -
System Red Green Blue C M Y K H S L
Decimal 192 99 26 0 0.48 0.86 0.25 26.39 0.76 0.43
Hex C0 63 1A 0 30 56 19 1A 4C 2B
Octal 300 143 32 0 60 126 31 32 114 53
Binary 11000000 1100011 11010 0 110000 1010110 11001 11010 1001100 101011

Color Harmonies of #C0631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0631A

Black with #C0631A

Text Example


Text Example

White with #C0631A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0631A; }

 p { color: rgb(192,99,26); }

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

background-color css

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

 a { background-color: rgb(192,99,26); }

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

border-color css

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

 span { border-color: rgb(192,99,26); }

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