Html Css Color HEX #C7701C Ochre

📋 copy color: '#C7701C'

red 199 ◦ green 112 ◦ blue 28

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

Shades of Ochre #C7701C

Tints of Ochre #C7701C

RGB

 RED value IS 199 (78.13% from 255) = 58.7%

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

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

R = 58.7%
G = 33.04%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7701C (or 0xC7701C) is known color: Ochre. HEX triplet: C7, 70 and 1C. RGB value is (199,112,28). Sum of RGB (Red+Green+Blue) = 199+112+28=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C7701C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7701C is #388FE3. Grayscale: #808080. Windows color (decimal): -3706852 or 1863879. OLE color: 1863879.

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

Color convert

RGB 199 112 28 -
CMYK 0 0.44 0.86 0.22
HSL 29.47º 0.75% 0.45% -
HSV(B) 29.47º 0.86% 0.78% -
XYZ 29.56 23.81 4.14 -
YUV 128.44 71.32 178.33 -
System Red Green Blue C M Y K H S L
Decimal 199 112 28 0 0.44 0.86 0.22 29.47 0.75 0.45
Hex C7 70 1C 0 2C 56 16 1D 4B 2D
Octal 307 160 34 0 54 126 26 35 113 55
Binary 11000111 1110000 11100 0 101100 1010110 10110 11101 1001011 101101

Color Harmonies of #C7701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7701C

Black with #C7701C

Text Example


Text Example

White with #C7701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7701C; }

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

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

background-color css

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

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

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

border-color css

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

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

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