Html Css Color HEX #CE7920 Ochre

📋 copy color: '#CE7920'

red 206 ◦ green 121 ◦ blue 32

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

Shades of Ochre #CE7920

Tints of Ochre #CE7920

RGB

 RED value IS 206 (80.86% from 255) = 57.38%

 GREEN value IS 121 (47.66% from 255) = 33.7%

 BLUE value IS 32 (12.89% from 255) = 8.91%

R = 57.38%
G = 33.7%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE7920 (or 0xCE7920) is known color: Ochre. HEX triplet: CE, 79 and 20. RGB value is (206,121,32). Sum of RGB (Red+Green+Blue) = 206+121+32=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7920 is #3186DF. Grayscale: #888888. Windows color (decimal): -3245792 or 2128334. OLE color: 2128334.

HSL color Cylindrical-coordinate representation of color #CE7920: hue angle of 30.69º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE7920 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 121 32 -
CMYK 0 0.41 0.84 0.19
HSL 30.69º 0.73% 0.47% -
HSV(B) 30.69º 0.84% 0.81% -
XYZ 32.55 26.9 4.84 -
YUV 136.27 69.16 177.74 -
System Red Green Blue C M Y K H S L
Decimal 206 121 32 0 0.41 0.84 0.19 30.69 0.73 0.47
Hex CE 79 20 0 29 54 13 1F 49 2F
Octal 316 171 40 0 51 124 23 37 111 57
Binary 11001110 1111001 100000 0 101001 1010100 10011 11111 1001001 101111

Color Harmonies of #CE7920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7920

Black with #CE7920

Text Example


Text Example

White with #CE7920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7920; }

 p { color: rgb(206,121,32); }

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

background-color css

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

 a { background-color: rgb(206,121,32); }

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

border-color css

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

 span { border-color: rgb(206,121,32); }

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