Html Css Color HEX #C76F1A Ochre

📋 copy color: '#C76F1A'

red 199 ◦ green 111 ◦ blue 26

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

Shades of Ochre #C76F1A

Tints of Ochre #C76F1A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.04%

 BLUE value IS 26 (10.55% from 255) = 7.74%

R = 59.23%
G = 33.04%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C76F1A (or 0xC76F1A) is known color: Ochre. HEX triplet: C7, 6F and 1A. RGB value is (199,111,26). Sum of RGB (Red+Green+Blue) = 199+111+26=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76F1A is #3890E5. Grayscale: #808080. Windows color (decimal): -3707110 or 1732551. OLE color: 1732551.

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

Color convert

RGB 199 111 26 -
CMYK 0 0.44 0.87 0.22
HSL 29.48º 0.77% 0.44% -
HSV(B) 29.48º 0.87% 0.78% -
XYZ 29.42 23.59 3.98 -
YUV 127.62 70.65 178.91 -
System Red Green Blue C M Y K H S L
Decimal 199 111 26 0 0.44 0.87 0.22 29.48 0.77 0.44
Hex C7 6F 1A 0 2C 57 16 1D 4D 2C
Octal 307 157 32 0 54 127 26 35 115 54
Binary 11000111 1101111 11010 0 101100 1010111 10110 11101 1001101 101100

Color Harmonies of #C76F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76F1A

Black with #C76F1A

Text Example


Text Example

White with #C76F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76F1A; }

 p { color: rgb(199,111,26); }

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

background-color css

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

 a { background-color: rgb(199,111,26); }

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

border-color css

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

 span { border-color: rgb(199,111,26); }

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