Html Css Color HEX #CE771B Ochre

📋 copy color: '#CE771B'

red 206 ◦ green 119 ◦ blue 27

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

Shades of Ochre #CE771B

Tints of Ochre #CE771B

RGB

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

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

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

R = 58.52%
G = 33.81%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE771B (or 0xCE771B) is known color: Ochre. HEX triplet: CE, 77 and 1B. RGB value is (206,119,27). Sum of RGB (Red+Green+Blue) = 206+119+27=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE771B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE771B is #3188E4. Grayscale: #868686. Windows color (decimal): -3246309 or 1800142. OLE color: 1800142.

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

Color convert

RGB 206 119 27 -
CMYK 0 0.42 0.87 0.19
HSL 30.84º 0.77% 0.46% -
HSV(B) 30.84º 0.87% 0.81% -
XYZ 32.25 26.39 4.43 -
YUV 134.53 67.32 178.98 -
System Red Green Blue C M Y K H S L
Decimal 206 119 27 0 0.42 0.87 0.19 30.84 0.77 0.46
Hex CE 77 1B 0 2A 57 13 1F 4D 2E
Octal 316 167 33 0 52 127 23 37 115 56
Binary 11001110 1110111 11011 0 101010 1010111 10011 11111 1001101 101110

Color Harmonies of #CE771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE771B

Black with #CE771B

Text Example


Text Example

White with #CE771B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE771B; }

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

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

background-color css

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

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

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

border-color css

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

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

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