Html Css Color HEX #C17C1E Ochre

📋 copy color: '#C17C1E'

red 193 ◦ green 124 ◦ blue 30

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

Shades of Ochre #C17C1E

Tints of Ochre #C17C1E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.73%

 BLUE value IS 30 (12.11% from 255) = 8.65%

R = 55.62%
G = 35.73%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C17C1E (or 0xC17C1E) is known color: Ochre. HEX triplet: C1, 7C and 1E. RGB value is (193,124,30). Sum of RGB (Red+Green+Blue) = 193+124+30=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17C1E is #3E83E1. Grayscale: #868686. Windows color (decimal): -4096994 or 1998017. OLE color: 1998017.

HSL color Cylindrical-coordinate representation of color #C17C1E: hue angle of 34.6º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C17C1E is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 124 30 -
CMYK 0 0.36 0.84 0.24
HSL 34.6º 0.73% 0.44% -
HSV(B) 34.6º 0.84% 0.76% -
XYZ 29.43 25.85 4.67 -
YUV 133.92 69.36 170.14 -
System Red Green Blue C M Y K H S L
Decimal 193 124 30 0 0.36 0.84 0.24 34.6 0.73 0.44
Hex C1 7C 1E 0 24 54 18 23 49 2C
Octal 301 174 36 0 44 124 30 43 111 54
Binary 11000001 1111100 11110 0 100100 1010100 11000 100011 1001001 101100

Color Harmonies of #C17C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17C1E

Black with #C17C1E

Text Example


Text Example

White with #C17C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17C1E; }

 p { color: rgb(193,124,30); }

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

background-color css

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

 a { background-color: rgb(193,124,30); }

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

border-color css

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

 span { border-color: rgb(193,124,30); }

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