Html Css Color HEX #C7721C Ochre

📋 copy color: '#C7721C'

red 199 ◦ green 114 ◦ blue 28

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

Shades of Ochre #C7721C

Tints of Ochre #C7721C

RGB

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

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

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

R = 58.36%
G = 33.43%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7721C (or 0xC7721C) is known color: Ochre. HEX triplet: C7, 72 and 1C. RGB value is (199,114,28). Sum of RGB (Red+Green+Blue) = 199+114+28=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C7721C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7721C is #388DE3. Grayscale: #828282. Windows color (decimal): -3706340 or 1864391. OLE color: 1864391.

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

Color convert

RGB 199 114 28 -
CMYK 0 0.43 0.86 0.22
HSL 30.18º 0.75% 0.45% -
HSV(B) 30.18º 0.86% 0.78% -
XYZ 29.78 24.26 4.21 -
YUV 129.61 70.66 177.49 -
System Red Green Blue C M Y K H S L
Decimal 199 114 28 0 0.43 0.86 0.22 30.18 0.75 0.45
Hex C7 72 1C 0 2B 56 16 1E 4B 2D
Octal 307 162 34 0 53 126 26 36 113 55
Binary 11000111 1110010 11100 0 101011 1010110 10110 11110 1001011 101101

Color Harmonies of #C7721C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7721C

Black with #C7721C

Text Example


Text Example

White with #C7721C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7721C; }

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

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

background-color css

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

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

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

border-color css

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

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

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