Html Css Color HEX #C46C1C Ochre

📋 copy color: '#C46C1C'

red 196 ◦ green 108 ◦ blue 28

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

Shades of Ochre #C46C1C

Tints of Ochre #C46C1C

RGB

 RED value IS 196 (76.95% from 255) = 59.04%

 GREEN value IS 108 (42.58% from 255) = 32.53%

 BLUE value IS 28 (11.33% from 255) = 8.43%

R = 59.04%
G = 32.53%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C46C1C (or 0xC46C1C) is known color: Ochre. HEX triplet: C4, 6C and 1C. RGB value is (196,108,28). Sum of RGB (Red+Green+Blue) = 196+108+28=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46C1C is #3B93E3. Grayscale: #7D7D7D. Windows color (decimal): -3904484 or 1862852. OLE color: 1862852.

HSL color Cylindrical-coordinate representation of color #C46C1C: hue angle of 28.57º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C46C1C is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 108 28 -
CMYK 0 0.45 0.86 0.23
HSL 28.57º 0.75% 0.44% -
HSV(B) 28.57º 0.86% 0.77% -
XYZ 28.34 22.54 3.96 -
YUV 125.19 73.15 178.5 -
System Red Green Blue C M Y K H S L
Decimal 196 108 28 0 0.45 0.86 0.23 28.57 0.75 0.44
Hex C4 6C 1C 0 2D 56 17 1D 4B 2C
Octal 304 154 34 0 55 126 27 35 113 54
Binary 11000100 1101100 11100 0 101101 1010110 10111 11101 1001011 101100

Color Harmonies of #C46C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46C1C

Black with #C46C1C

Text Example


Text Example

White with #C46C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46C1C; }

 p { color: rgb(196,108,28); }

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

background-color css

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

 a { background-color: rgb(196,108,28); }

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

border-color css

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

 span { border-color: rgb(196,108,28); }

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