Html Css Color HEX #C7700C Ochre

📋 copy color: '#C7700C'

red 199 ◦ green 112 ◦ blue 12

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

Shades of Ochre #C7700C

Tints of Ochre #C7700C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.72%

R = 61.61%
G = 34.67%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7700C (or 0xC7700C) is known color: Ochre. HEX triplet: C7, 70 and 0C. RGB value is (199,112,12). Sum of RGB (Red+Green+Blue) = 199+112+12=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C7700C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7700C is #388FF3. Grayscale: #7F7F7F. Windows color (decimal): -3706868 or 815303. OLE color: 815303.

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

Color convert

RGB 199 112 12 -
CMYK 0 0.44 0.94 0.22
HSL 32.09º 0.89% 0.41% -
HSV(B) 32.09º 0.94% 0.78% -
XYZ 29.41 23.76 3.38 -
YUV 126.61 63.32 179.63 -
System Red Green Blue C M Y K H S L
Decimal 199 112 12 0 0.44 0.94 0.22 32.09 0.89 0.41
Hex C7 70 C 0 2C 5E 16 20 59 29
Octal 307 160 14 0 54 136 26 40 131 51
Binary 11000111 1110000 1100 0 101100 1011110 10110 100000 1011001 101001

Color Harmonies of #C7700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7700C

Black with #C7700C

Text Example


Text Example

White with #C7700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7700C; }

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

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

background-color css

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

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

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

border-color css

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

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

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