Html Css Color HEX #CE841F Ochre

📋 copy color: '#CE841F'

red 206 ◦ green 132 ◦ blue 31

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

Shades of Ochre #CE841F

Tints of Ochre #CE841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.77%

 BLUE value IS 31 (12.5% from 255) = 8.4%

R = 55.83%
G = 35.77%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE841F (or 0xCE841F) is known color: Ochre. HEX triplet: CE, 84 and 1F. RGB value is (206,132,31). Sum of RGB (Red+Green+Blue) = 206+132+31=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE841F is #317BE0. Grayscale: #8F8F8F. Windows color (decimal): -3242977 or 2065614. OLE color: 2065614.

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

Color convert

RGB 206 132 31 -
CMYK 0 0.36 0.85 0.19
HSL 34.63º 0.74% 0.46% -
HSV(B) 34.63º 0.85% 0.81% -
XYZ 33.95 29.72 5.24 -
YUV 142.61 65.02 173.21 -
System Red Green Blue C M Y K H S L
Decimal 206 132 31 0 0.36 0.85 0.19 34.63 0.74 0.46
Hex CE 84 1F 0 24 55 13 23 4A 2E
Octal 316 204 37 0 44 125 23 43 112 56
Binary 11001110 10000100 11111 0 100100 1010101 10011 100011 1001010 101110

Color Harmonies of #CE841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE841F

Black with #CE841F

Text Example


Text Example

White with #CE841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE841F; }

 p { color: rgb(206,132,31); }

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

background-color css

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

 a { background-color: rgb(206,132,31); }

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

border-color css

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

 span { border-color: rgb(206,132,31); }

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