Html Css Color HEX #C2701C Ochre

📋 copy color: '#C2701C'

red 194 ◦ green 112 ◦ blue 28

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

Shades of Ochre #C2701C

Tints of Ochre #C2701C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

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

R = 58.08%
G = 33.53%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2701C (or 0xC2701C) is known color: Ochre. HEX triplet: C2, 70 and 1C. RGB value is (194,112,28). Sum of RGB (Red+Green+Blue) = 194+112+28=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C2701C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2701C is #3D8FE3. Grayscale: #7F7F7F. Windows color (decimal): -4034532 or 1863874. OLE color: 1863874.

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

Color convert

RGB 194 112 28 -
CMYK 0 0.42 0.86 0.24
HSL 30.36º 0.75% 0.44% -
HSV(B) 30.36º 0.86% 0.76% -
XYZ 28.25 23.14 4.08 -
YUV 126.94 72.17 175.83 -
System Red Green Blue C M Y K H S L
Decimal 194 112 28 0 0.42 0.86 0.24 30.36 0.75 0.44
Hex C2 70 1C 0 2A 56 18 1E 4B 2C
Octal 302 160 34 0 52 126 30 36 113 54
Binary 11000010 1110000 11100 0 101010 1010110 11000 11110 1001011 101100

Color Harmonies of #C2701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2701C

Black with #C2701C

Text Example


Text Example

White with #C2701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2701C; }

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

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

background-color css

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

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

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

border-color css

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

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

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