Html Css Color HEX #C17A1C Ochre

📋 copy color: '#C17A1C'

red 193 ◦ green 122 ◦ blue 28

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

Shades of Ochre #C17A1C

Tints of Ochre #C17A1C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.57%

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

R = 56.27%
G = 35.57%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C17A1C (or 0xC17A1C) is known color: Ochre. HEX triplet: C1, 7A and 1C. RGB value is (193,122,28). Sum of RGB (Red+Green+Blue) = 193+122+28=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17A1C is #3E85E3. Grayscale: #848484. Windows color (decimal): -4097508 or 1866433. OLE color: 1866433.

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

Color convert

RGB 193 122 28 -
CMYK 0 0.37 0.85 0.24
HSL 34.18º 0.75% 0.43% -
HSV(B) 34.18º 0.85% 0.76% -
XYZ 29.16 25.34 4.45 -
YUV 132.51 69.02 171.14 -
System Red Green Blue C M Y K H S L
Decimal 193 122 28 0 0.37 0.85 0.24 34.18 0.75 0.43
Hex C1 7A 1C 0 25 55 18 22 4B 2B
Octal 301 172 34 0 45 125 30 42 113 53
Binary 11000001 1111010 11100 0 100101 1010101 11000 100010 1001011 101011

Color Harmonies of #C17A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17A1C

Black with #C17A1C

Text Example


Text Example

White with #C17A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17A1C; }

 p { color: rgb(193,122,28); }

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

background-color css

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

 a { background-color: rgb(193,122,28); }

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

border-color css

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

 span { border-color: rgb(193,122,28); }

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