Html Css Color HEX #CE771F Ochre

📋 copy color: '#CE771F'

red 206 ◦ green 119 ◦ blue 31

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

Shades of Ochre #CE771F

Tints of Ochre #CE771F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.43%

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

R = 57.87%
G = 33.43%
B = 8.71%

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

#CE771F (or 0xCE771F) is known color: Ochre. HEX triplet: CE, 77 and 1F. RGB value is (206,119,31). Sum of RGB (Red+Green+Blue) = 206+119+31=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE771F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE771F is #3188E0. Grayscale: #878787. Windows color (decimal): -3246305 or 2062286. OLE color: 2062286.

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

Color convert

RGB 206 119 31 -
CMYK 0 0.42 0.85 0.19
HSL 30.17º 0.74% 0.46% -
HSV(B) 30.17º 0.85% 0.81% -
XYZ 32.3 26.41 4.69 -
YUV 134.98 69.32 178.66 -
System Red Green Blue C M Y K H S L
Decimal 206 119 31 0 0.42 0.85 0.19 30.17 0.74 0.46
Hex CE 77 1F 0 2A 55 13 1E 4A 2E
Octal 316 167 37 0 52 125 23 36 112 56
Binary 11001110 1110111 11111 0 101010 1010101 10011 11110 1001010 101110

Color Harmonies of #CE771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE771F

Black with #CE771F

Text Example


Text Example

White with #CE771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE771F; }

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

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

background-color css

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

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

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

border-color css

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

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

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