Html Css Color HEX #CE7C1E Ochre

📋 copy color: '#CE7C1E'

red 206 ◦ green 124 ◦ blue 30

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

Shades of Ochre #CE7C1E

Tints of Ochre #CE7C1E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.44%

 BLUE value IS 30 (12.11% from 255) = 8.33%

R = 57.22%
G = 34.44%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE7C1E (or 0xCE7C1E) is known color: Ochre. HEX triplet: CE, 7C and 1E. RGB value is (206,124,30). Sum of RGB (Red+Green+Blue) = 206+124+30=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7C1E is #3183E1. Grayscale: #8A8A8A. Windows color (decimal): -3245026 or 1998030. OLE color: 1998030.

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

Color convert

RGB 206 124 30 -
CMYK 0 0.40 0.85 0.19
HSL 32.05º 0.75% 0.46% -
HSV(B) 32.05º 0.85% 0.81% -
XYZ 32.9 27.63 4.83 -
YUV 137.8 67.17 176.64 -
System Red Green Blue C M Y K H S L
Decimal 206 124 30 0 0.40 0.85 0.19 32.05 0.75 0.46
Hex CE 7C 1E 0 28 55 13 20 4B 2E
Octal 316 174 36 0 50 125 23 40 113 56
Binary 11001110 1111100 11110 0 101000 1010101 10011 100000 1001011 101110

Color Harmonies of #CE7C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7C1E

Black with #CE7C1E

Text Example


Text Example

White with #CE7C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7C1E; }

 p { color: rgb(206,124,30); }

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

background-color css

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

 a { background-color: rgb(206,124,30); }

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

border-color css

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

 span { border-color: rgb(206,124,30); }

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