Html Css Color HEX #CE7028 Ochre

📋 copy color: '#CE7028'

red 206 ◦ green 112 ◦ blue 40

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

Shades of Ochre #CE7028

Tints of Ochre #CE7028

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.28%

 BLUE value IS 40 (16.02% from 255) = 11.17%

R = 57.54%
G = 31.28%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE7028 (or 0xCE7028) is known color: Ochre. HEX triplet: CE, 70 and 28. RGB value is (206,112,40). Sum of RGB (Red+Green+Blue) = 206+112+40=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7028 is #318FD7. Grayscale: #848484. Windows color (decimal): -3248088 or 2650318. OLE color: 2650318.

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

Color convert

RGB 206 112 40 -
CMYK 0 0.46 0.81 0.19
HSL 26.02º 0.67% 0.48% -
HSV(B) 26.02º 0.81% 0.81% -
XYZ 31.63 24.86 5.14 -
YUV 131.9 76.14 180.85 -
System Red Green Blue C M Y K H S L
Decimal 206 112 40 0 0.46 0.81 0.19 26.02 0.67 0.48
Hex CE 70 28 0 2E 51 13 1A 43 30
Octal 316 160 50 0 56 121 23 32 103 60
Binary 11001110 1110000 101000 0 101110 1010001 10011 11010 1000011 110000

Color Harmonies of #CE7028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7028

Black with #CE7028

Text Example


Text Example

White with #CE7028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7028; }

 p { color: rgb(206,112,40); }

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

background-color css

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

 a { background-color: rgb(206,112,40); }

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

border-color css

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

 span { border-color: rgb(206,112,40); }

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