Html Css Color HEX #C27C15 Ochre

📋 copy color: '#C27C15'

red 194 ◦ green 124 ◦ blue 21

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

Shades of Ochre #C27C15

Tints of Ochre #C27C15

RGB

 RED value IS 194 (76.17% from 255) = 57.23%

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

 BLUE value IS 21 (8.59% from 255) = 6.19%

R = 57.23%
G = 36.58%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C27C15 (or 0xC27C15) is known color: Ochre. HEX triplet: C2, 7C and 15. RGB value is (194,124,21). Sum of RGB (Red+Green+Blue) = 194+124+21=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27C15 is #3D83EA. Grayscale: #858585. Windows color (decimal): -4031467 or 1408194. OLE color: 1408194.

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

Color convert

RGB 194 124 21 -
CMYK 0 0.36 0.89 0.24
HSL 35.72º 0.8% 0.42% -
HSV(B) 35.72º 0.89% 0.76% -
XYZ 29.59 25.94 4.16 -
YUV 133.19 64.69 171.38 -
System Red Green Blue C M Y K H S L
Decimal 194 124 21 0 0.36 0.89 0.24 35.72 0.8 0.42
Hex C2 7C 15 0 24 59 18 24 50 2A
Octal 302 174 25 0 44 131 30 44 120 52
Binary 11000010 1111100 10101 0 100100 1011001 11000 100100 1010000 101010

Color Harmonies of #C27C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C15

Black with #C27C15

Text Example


Text Example

White with #C27C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C15; }

 p { color: rgb(194,124,21); }

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

background-color css

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

 a { background-color: rgb(194,124,21); }

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

border-color css

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

 span { border-color: rgb(194,124,21); }

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