Html Css Color HEX #C16F23 Ochre

📋 copy color: '#C16F23'

red 193 ◦ green 111 ◦ blue 35

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

Shades of Ochre #C16F23

Tints of Ochre #C16F23

RGB

 RED value IS 193 (75.78% from 255) = 56.93%

 GREEN value IS 111 (43.75% from 255) = 32.74%

 BLUE value IS 35 (14.06% from 255) = 10.32%

R = 56.93%
G = 32.74%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C16F23 (or 0xC16F23) is known color: Ochre. HEX triplet: C1, 6F and 23. RGB value is (193,111,35). Sum of RGB (Red+Green+Blue) = 193+111+35=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16F23 is #3E90DC. Grayscale: #7F7F7F. Windows color (decimal): -4100317 or 2322369. OLE color: 2322369.

HSL color Cylindrical-coordinate representation of color #C16F23: hue angle of 28.86º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C16F23 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 111 35 -
CMYK 0 0.42 0.82 0.24
HSL 28.86º 0.69% 0.45% -
HSV(B) 28.86º 0.82% 0.76% -
XYZ 27.98 22.83 4.52 -
YUV 126.85 76.17 175.18 -
System Red Green Blue C M Y K H S L
Decimal 193 111 35 0 0.42 0.82 0.24 28.86 0.69 0.45
Hex C1 6F 23 0 2A 52 18 1D 45 2D
Octal 301 157 43 0 52 122 30 35 105 55
Binary 11000001 1101111 100011 0 101010 1010010 11000 11101 1000101 101101

Color Harmonies of #C16F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F23

Black with #C16F23

Text Example


Text Example

White with #C16F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F23; }

 p { color: rgb(193,111,35); }

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

background-color css

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

 a { background-color: rgb(193,111,35); }

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

border-color css

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

 span { border-color: rgb(193,111,35); }

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