Html Css Color HEX #C17C1B Ochre

📋 copy color: '#C17C1B'

red 193 ◦ green 124 ◦ blue 27

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

Shades of Ochre #C17C1B

Tints of Ochre #C17C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.85%

R = 56.1%
G = 36.05%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C17C1B (or 0xC17C1B) is known color: Ochre. HEX triplet: C1, 7C and 1B. RGB value is (193,124,27). Sum of RGB (Red+Green+Blue) = 193+124+27=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17C1B is #3E83E4. Grayscale: #868686. Windows color (decimal): -4096997 or 1801409. OLE color: 1801409.

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

Color convert

RGB 193 124 27 -
CMYK 0 0.36 0.86 0.24
HSL 35.06º 0.75% 0.43% -
HSV(B) 35.06º 0.86% 0.76% -
XYZ 29.4 25.83 4.47 -
YUV 133.57 67.86 170.39 -
System Red Green Blue C M Y K H S L
Decimal 193 124 27 0 0.36 0.86 0.24 35.06 0.75 0.43
Hex C1 7C 1B 0 24 56 18 23 4B 2B
Octal 301 174 33 0 44 126 30 43 113 53
Binary 11000001 1111100 11011 0 100100 1010110 11000 100011 1001011 101011

Color Harmonies of #C17C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17C1B

Black with #C17C1B

Text Example


Text Example

White with #C17C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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