Html Css Color HEX #CE761D Ochre

📋 copy color: '#CE761D'

red 206 ◦ green 118 ◦ blue 29

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

Shades of Ochre #CE761D

Tints of Ochre #CE761D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.22%

R = 58.36%
G = 33.43%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE761D (or 0xCE761D) is known color: Ochre. HEX triplet: CE, 76 and 1D. RGB value is (206,118,29). Sum of RGB (Red+Green+Blue) = 206+118+29=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE761D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE761D is #3189E2. Grayscale: #868686. Windows color (decimal): -3246563 or 1930958. OLE color: 1930958.

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

Color convert

RGB 206 118 29 -
CMYK 0 0.43 0.86 0.19
HSL 30.17º 0.75% 0.46% -
HSV(B) 30.17º 0.86% 0.81% -
XYZ 32.15 26.17 4.52 -
YUV 134.17 68.65 179.24 -
System Red Green Blue C M Y K H S L
Decimal 206 118 29 0 0.43 0.86 0.19 30.17 0.75 0.46
Hex CE 76 1D 0 2B 56 13 1E 4B 2E
Octal 316 166 35 0 53 126 23 36 113 56
Binary 11001110 1110110 11101 0 101011 1010110 10011 11110 1001011 101110

Color Harmonies of #CE761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE761D

Black with #CE761D

Text Example


Text Example

White with #CE761D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE761D; }

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

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

background-color css

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

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

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

border-color css

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

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

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