Html Css Color HEX #CE7C1A Ochre

📋 copy color: '#CE7C1A'

red 206 ◦ green 124 ◦ blue 26

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

Shades of Ochre #CE7C1A

Tints of Ochre #CE7C1A

RGB

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

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

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

R = 57.87%
G = 34.83%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE7C1A (or 0xCE7C1A) is known color: Ochre. HEX triplet: CE, 7C and 1A. RGB value is (206,124,26). Sum of RGB (Red+Green+Blue) = 206+124+26=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7C1A is #3183E5. Grayscale: #898989. Windows color (decimal): -3245030 or 1735886. OLE color: 1735886.

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

Color convert

RGB 206 124 26 -
CMYK 0 0.40 0.87 0.19
HSL 32.67º 0.78% 0.45% -
HSV(B) 32.67º 0.87% 0.81% -
XYZ 32.85 27.61 4.58 -
YUV 137.35 65.17 176.97 -
System Red Green Blue C M Y K H S L
Decimal 206 124 26 0 0.40 0.87 0.19 32.67 0.78 0.45
Hex CE 7C 1A 0 28 57 13 21 4E 2D
Octal 316 174 32 0 50 127 23 41 116 55
Binary 11001110 1111100 11010 0 101000 1010111 10011 100001 1001110 101101

Color Harmonies of #CE7C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7C1A

Black with #CE7C1A

Text Example


Text Example

White with #CE7C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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