Html Css Color HEX #CE791B Ochre

📋 copy color: '#CE791B'

red 206 ◦ green 121 ◦ blue 27

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

Shades of Ochre #CE791B

Tints of Ochre #CE791B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.63%

R = 58.19%
G = 34.18%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE791B (or 0xCE791B) is known color: Ochre. HEX triplet: CE, 79 and 1B. RGB value is (206,121,27). Sum of RGB (Red+Green+Blue) = 206+121+27=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE791B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE791B is #3186E4. Grayscale: #888888. Windows color (decimal): -3245797 or 1800654. OLE color: 1800654.

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

Color convert

RGB 206 121 27 -
CMYK 0 0.41 0.87 0.19
HSL 31.51º 0.77% 0.46% -
HSV(B) 31.51º 0.87% 0.81% -
XYZ 32.49 26.88 4.51 -
YUV 135.7 66.66 178.14 -
System Red Green Blue C M Y K H S L
Decimal 206 121 27 0 0.41 0.87 0.19 31.51 0.77 0.46
Hex CE 79 1B 0 29 57 13 20 4D 2E
Octal 316 171 33 0 51 127 23 40 115 56
Binary 11001110 1111001 11011 0 101001 1010111 10011 100000 1001101 101110

Color Harmonies of #CE791B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE791B

Black with #CE791B

Text Example


Text Example

White with #CE791B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE791B; }

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

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

background-color css

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

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

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

border-color css

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

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

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