Html Css Color HEX #C1771C Ochre

📋 copy color: '#C1771C'

red 193 ◦ green 119 ◦ blue 28

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

Shades of Ochre #C1771C

Tints of Ochre #C1771C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35%

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

R = 56.76%
G = 35%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1771C (or 0xC1771C) is known color: Ochre. HEX triplet: C1, 77 and 1C. RGB value is (193,119,28). Sum of RGB (Red+Green+Blue) = 193+119+28=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C1771C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1771C is #3E88E3. Grayscale: #838383. Windows color (decimal): -4098276 or 1865665. OLE color: 1865665.

HSL color Cylindrical-coordinate representation of color #C1771C: hue angle of 33.09º 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 #C1771C is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 119 28 -
CMYK 0 0.38 0.85 0.24
HSL 33.09º 0.75% 0.43% -
HSV(B) 33.09º 0.85% 0.76% -
XYZ 28.8 24.61 4.33 -
YUV 130.75 70.02 172.4 -
System Red Green Blue C M Y K H S L
Decimal 193 119 28 0 0.38 0.85 0.24 33.09 0.75 0.43
Hex C1 77 1C 0 26 55 18 21 4B 2B
Octal 301 167 34 0 46 125 30 41 113 53
Binary 11000001 1110111 11100 0 100110 1010101 11000 100001 1001011 101011

Color Harmonies of #C1771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1771C

Black with #C1771C

Text Example


Text Example

White with #C1771C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1771C; }

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

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

background-color css

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

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

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

border-color css

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

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

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