Html Css Color HEX #CE761A Ochre

📋 copy color: '#CE761A'

red 206 ◦ green 118 ◦ blue 26

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

Shades of Ochre #CE761A

Tints of Ochre #CE761A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.71%

 BLUE value IS 26 (10.55% from 255) = 7.43%

R = 58.86%
G = 33.71%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE761A (or 0xCE761A) is known color: Ochre. HEX triplet: CE, 76 and 1A. RGB value is (206,118,26). Sum of RGB (Red+Green+Blue) = 206+118+26=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE761A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE761A is #3189E5. Grayscale: #868686. Windows color (decimal): -3246566 or 1734350. OLE color: 1734350.

HSL color Cylindrical-coordinate representation of color #CE761A: hue angle of 30.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE761A is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 118 26 -
CMYK 0 0.43 0.87 0.19
HSL 30.67º 0.78% 0.45% -
HSV(B) 30.67º 0.87% 0.81% -
XYZ 32.12 26.15 4.33 -
YUV 133.82 67.15 179.48 -
System Red Green Blue C M Y K H S L
Decimal 206 118 26 0 0.43 0.87 0.19 30.67 0.78 0.45
Hex CE 76 1A 0 2B 57 13 1F 4E 2D
Octal 316 166 32 0 53 127 23 37 116 55
Binary 11001110 1110110 11010 0 101011 1010111 10011 11111 1001110 101101

Color Harmonies of #CE761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE761A

Black with #CE761A

Text Example


Text Example

White with #CE761A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE761A; }

 p { color: rgb(206,118,26); }

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

background-color css

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

 a { background-color: rgb(206,118,26); }

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

border-color css

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

 span { border-color: rgb(206,118,26); }

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