Html Css Color HEX #C27A15 Ochre

📋 copy color: '#C27A15'

red 194 ◦ green 122 ◦ blue 21

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

Shades of Ochre #C27A15

Tints of Ochre #C27A15

RGB

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

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

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

R = 57.57%
G = 36.2%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C27A15 (or 0xC27A15) is known color: Ochre. HEX triplet: C2, 7A and 15. RGB value is (194,122,21). Sum of RGB (Red+Green+Blue) = 194+122+21=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27A15 is #3D85EA. Grayscale: #848484. Windows color (decimal): -4031979 or 1407682. OLE color: 1407682.

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

Color convert

RGB 194 122 21 -
CMYK 0 0.37 0.89 0.24
HSL 35.03º 0.8% 0.42% -
HSV(B) 35.03º 0.89% 0.76% -
XYZ 29.34 25.44 4.07 -
YUV 132.01 65.35 172.21 -
System Red Green Blue C M Y K H S L
Decimal 194 122 21 0 0.37 0.89 0.24 35.03 0.8 0.42
Hex C2 7A 15 0 25 59 18 23 50 2A
Octal 302 172 25 0 45 131 30 43 120 52
Binary 11000010 1111010 10101 0 100101 1011001 11000 100011 1010000 101010

Color Harmonies of #C27A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27A15

Black with #C27A15

Text Example


Text Example

White with #C27A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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