Html Css Color HEX #C7721A Ochre

📋 copy color: '#C7721A'

red 199 ◦ green 114 ◦ blue 26

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

Shades of Ochre #C7721A

Tints of Ochre #C7721A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.63%

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

R = 58.7%
G = 33.63%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7721A (or 0xC7721A) is known color: Ochre. HEX triplet: C7, 72 and 1A. RGB value is (199,114,26). Sum of RGB (Red+Green+Blue) = 199+114+26=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C7721A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7721A is #388DE5. Grayscale: #818181. Windows color (decimal): -3706342 or 1733319. OLE color: 1733319.

HSL color Cylindrical-coordinate representation of color #C7721A: hue angle of 30.52º 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 #C7721A is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 114 26 -
CMYK 0 0.43 0.87 0.22
HSL 30.52º 0.77% 0.44% -
HSV(B) 30.52º 0.87% 0.78% -
XYZ 29.76 24.25 4.09 -
YUV 129.38 69.66 177.66 -
System Red Green Blue C M Y K H S L
Decimal 199 114 26 0 0.43 0.87 0.22 30.52 0.77 0.44
Hex C7 72 1A 0 2B 57 16 1F 4D 2C
Octal 307 162 32 0 53 127 26 37 115 54
Binary 11000111 1110010 11010 0 101011 1010111 10110 11111 1001101 101100

Color Harmonies of #C7721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7721A

Black with #C7721A

Text Example


Text Example

White with #C7721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7721A; }

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

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

background-color css

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

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

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

border-color css

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

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

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