Html Css Color HEX #C4710C Ochre

📋 copy color: '#C4710C'

red 196 ◦ green 113 ◦ blue 12

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

Shades of Ochre #C4710C

Tints of Ochre #C4710C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.2%

 BLUE value IS 12 (5.08% from 255) = 3.74%

R = 61.06%
G = 35.2%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4710C (or 0xC4710C) is known color: Ochre. HEX triplet: C4, 71 and 0C. RGB value is (196,113,12). Sum of RGB (Red+Green+Blue) = 196+113+12=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C4710C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4710C is #3B8EF3. Grayscale: #7E7E7E. Windows color (decimal): -3903220 or 815556. OLE color: 815556.

HSL color Cylindrical-coordinate representation of color #C4710C: hue angle of 32.93º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4710C is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 113 12 -
CMYK 0 0.42 0.94 0.23
HSL 32.93º 0.88% 0.41% -
HSV(B) 32.93º 0.94% 0.77% -
XYZ 28.74 23.57 3.38 -
YUV 126.3 63.5 177.71 -
System Red Green Blue C M Y K H S L
Decimal 196 113 12 0 0.42 0.94 0.23 32.93 0.88 0.41
Hex C4 71 C 0 2A 5E 17 21 58 29
Octal 304 161 14 0 52 136 27 41 130 51
Binary 11000100 1110001 1100 0 101010 1011110 10111 100001 1011000 101001

Color Harmonies of #C4710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4710C

Black with #C4710C

Text Example


Text Example

White with #C4710C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4710C; }

 p { color: rgb(196,113,12); }

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

background-color css

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

 a { background-color: rgb(196,113,12); }

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

border-color css

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

 span { border-color: rgb(196,113,12); }

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