Html Css Color HEX #CE781F Ochre

📋 copy color: '#CE781F'

red 206 ◦ green 120 ◦ blue 31

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

Shades of Ochre #CE781F

Tints of Ochre #CE781F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.61%

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

R = 57.7%
G = 33.61%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE781F (or 0xCE781F) is known color: Ochre. HEX triplet: CE, 78 and 1F. RGB value is (206,120,31). Sum of RGB (Red+Green+Blue) = 206+120+31=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 31 (12.5% from 255 or 8.68% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE781F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE781F is #3187E0. Grayscale: #888888. Windows color (decimal): -3246049 or 2062542. OLE color: 2062542.

HSL color Cylindrical-coordinate representation of color #CE781F: hue angle of 30.51º 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 #CE781F is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 120 31 -
CMYK 0 0.42 0.85 0.19
HSL 30.51º 0.74% 0.46% -
HSV(B) 30.51º 0.85% 0.81% -
XYZ 32.42 26.65 4.73 -
YUV 135.57 68.99 178.24 -
System Red Green Blue C M Y K H S L
Decimal 206 120 31 0 0.42 0.85 0.19 30.51 0.74 0.46
Hex CE 78 1F 0 2A 55 13 1F 4A 2E
Octal 316 170 37 0 52 125 23 37 112 56
Binary 11001110 1111000 11111 0 101010 1010101 10011 11111 1001010 101110

Color Harmonies of #CE781F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE781F

Black with #CE781F

Text Example


Text Example

White with #CE781F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE781F; }

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

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

background-color css

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

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

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

border-color css

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

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

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