Html Css Color HEX #C2701B Ochre

📋 copy color: '#C2701B'

red 194 ◦ green 112 ◦ blue 27

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

Shades of Ochre #C2701B

Tints of Ochre #C2701B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.11%

R = 58.26%
G = 33.63%
B = 8.11%

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

#C2701B (or 0xC2701B) is known color: Ochre. HEX triplet: C2, 70 and 1B. RGB value is (194,112,27). Sum of RGB (Red+Green+Blue) = 194+112+27=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C2701B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2701B is #3D8FE4. Grayscale: #7F7F7F. Windows color (decimal): -4034533 or 1798338. OLE color: 1798338.

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

Color convert

RGB 194 112 27 -
CMYK 0 0.42 0.86 0.24
HSL 30.54º 0.76% 0.43% -
HSV(B) 30.54º 0.86% 0.76% -
XYZ 28.24 23.14 4.01 -
YUV 126.83 71.67 175.91 -
System Red Green Blue C M Y K H S L
Decimal 194 112 27 0 0.42 0.86 0.24 30.54 0.76 0.43
Hex C2 70 1B 0 2A 56 18 1F 4C 2B
Octal 302 160 33 0 52 126 30 37 114 53
Binary 11000010 1110000 11011 0 101010 1010110 11000 11111 1001100 101011

Color Harmonies of #C2701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2701B

Black with #C2701B

Text Example


Text Example

White with #C2701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2701B; }

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

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

background-color css

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

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

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

border-color css

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

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

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