Html Css Color HEX #C27E18 Ochre

📋 copy color: '#C27E18'

red 194 ◦ green 126 ◦ blue 24

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

Shades of Ochre #C27E18

Tints of Ochre #C27E18

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.63%

 BLUE value IS 24 (9.77% from 255) = 6.98%

R = 56.4%
G = 36.63%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C27E18 (or 0xC27E18) is known color: Ochre. HEX triplet: C2, 7E and 18. RGB value is (194,126,24). Sum of RGB (Red+Green+Blue) = 194+126+24=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27E18 is #3D81E7. Grayscale: #878787. Windows color (decimal): -4030952 or 1605314. OLE color: 1605314.

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

Color convert

RGB 194 126 24 -
CMYK 0 0.35 0.88 0.24
HSL 36º 0.78% 0.43% -
HSV(B) 36º 0.88% 0.76% -
XYZ 29.87 26.46 4.4 -
YUV 134.7 65.53 170.29 -
System Red Green Blue C M Y K H S L
Decimal 194 126 24 0 0.35 0.88 0.24 36 0.78 0.43
Hex C2 7E 18 0 23 58 18 24 4E 2B
Octal 302 176 30 0 43 130 30 44 116 53
Binary 11000010 1111110 11000 0 100011 1011000 11000 100100 1001110 101011

Color Harmonies of #C27E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27E18

Black with #C27E18

Text Example


Text Example

White with #C27E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27E18; }

 p { color: rgb(194,126,24); }

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

background-color css

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

 a { background-color: rgb(194,126,24); }

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

border-color css

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

 span { border-color: rgb(194,126,24); }

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