Html Css Color HEX #CE791D Ochre

📋 copy color: '#CE791D'

red 206 ◦ green 121 ◦ blue 29

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

Shades of Ochre #CE791D

Tints of Ochre #CE791D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.15%

R = 57.87%
G = 33.99%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE791D (or 0xCE791D) is known color: Ochre. HEX triplet: CE, 79 and 1D. RGB value is (206,121,29). Sum of RGB (Red+Green+Blue) = 206+121+29=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE791D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE791D is #3186E2. Grayscale: #888888. Windows color (decimal): -3245795 or 1931726. OLE color: 1931726.

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

Color convert

RGB 206 121 29 -
CMYK 0 0.41 0.86 0.19
HSL 31.19º 0.75% 0.46% -
HSV(B) 31.19º 0.86% 0.81% -
XYZ 32.51 26.89 4.64 -
YUV 135.93 67.66 177.98 -
System Red Green Blue C M Y K H S L
Decimal 206 121 29 0 0.41 0.86 0.19 31.19 0.75 0.46
Hex CE 79 1D 0 29 56 13 1F 4B 2E
Octal 316 171 35 0 51 126 23 37 113 56
Binary 11001110 1111001 11101 0 101001 1010110 10011 11111 1001011 101110

Color Harmonies of #CE791D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE791D

Black with #CE791D

Text Example


Text Example

White with #CE791D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE791D; }

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

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

background-color css

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

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

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

border-color css

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

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

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