Html Css Color HEX #C27D1C Ochre

📋 copy color: '#C27D1C'

red 194 ◦ green 125 ◦ blue 28

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

Shades of Ochre #C27D1C

Tints of Ochre #C27D1C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.02%

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

R = 55.91%
G = 36.02%
B = 8.07%

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

#C27D1C (or 0xC27D1C) is known color: Ochre. HEX triplet: C2, 7D and 1C. RGB value is (194,125,28). Sum of RGB (Red+Green+Blue) = 194+125+28=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27D1C is #3D82E3. Grayscale: #878787. Windows color (decimal): -4031204 or 1867202. OLE color: 1867202.

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

Color convert

RGB 194 125 28 -
CMYK 0 0.36 0.86 0.24
HSL 35.06º 0.75% 0.44% -
HSV(B) 35.06º 0.86% 0.76% -
XYZ 29.79 26.22 4.59 -
YUV 134.57 67.86 170.39 -
System Red Green Blue C M Y K H S L
Decimal 194 125 28 0 0.36 0.86 0.24 35.06 0.75 0.44
Hex C2 7D 1C 0 24 56 18 23 4B 2C
Octal 302 175 34 0 44 126 30 43 113 54
Binary 11000010 1111101 11100 0 100100 1010110 11000 100011 1001011 101100

Color Harmonies of #C27D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27D1C

Black with #C27D1C

Text Example


Text Example

White with #C27D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27D1C; }

 p { color: rgb(194,125,28); }

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

background-color css

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

 a { background-color: rgb(194,125,28); }

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

border-color css

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

 span { border-color: rgb(194,125,28); }

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