Html Css Color HEX #C77C10 Ochre

📋 copy color: '#C77C10'

red 199 ◦ green 124 ◦ blue 16

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

Shades of Ochre #C77C10

Tints of Ochre #C77C10

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.58%

 BLUE value IS 16 (6.64% from 255) = 4.72%

R = 58.7%
G = 36.58%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C77C10 (or 0xC77C10) is known color: Ochre. HEX triplet: C7, 7C and 10. RGB value is (199,124,16). Sum of RGB (Red+Green+Blue) = 199+124+16=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77C10 is #3883EF. Grayscale: #868686. Windows color (decimal): -3703792 or 1080519. OLE color: 1080519.

HSL color Cylindrical-coordinate representation of color #C77C10: hue angle of 35.41º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C77C10 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 124 16 -
CMYK 0 0.38 0.92 0.22
HSL 35.41º 0.85% 0.42% -
HSV(B) 35.41º 0.92% 0.78% -
XYZ 30.85 26.59 4 -
YUV 134.11 61.35 174.28 -
System Red Green Blue C M Y K H S L
Decimal 199 124 16 0 0.38 0.92 0.22 35.41 0.85 0.42
Hex C7 7C 10 0 26 5C 16 23 55 2A
Octal 307 174 20 0 46 134 26 43 125 52
Binary 11000111 1111100 10000 0 100110 1011100 10110 100011 1010101 101010

Color Harmonies of #C77C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77C10

Black with #C77C10

Text Example


Text Example

White with #C77C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77C10; }

 p { color: rgb(199,124,16); }

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

background-color css

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

 a { background-color: rgb(199,124,16); }

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

border-color css

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

 span { border-color: rgb(199,124,16); }

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