Html Css Color HEX #CE7027 Ochre

📋 copy color: '#CE7027'

red 206 ◦ green 112 ◦ blue 39

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

Shades of Ochre #CE7027

Tints of Ochre #CE7027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.92%

R = 57.7%
G = 31.37%
B = 10.92%

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

#CE7027 (or 0xCE7027) is known color: Ochre. HEX triplet: CE, 70 and 27. RGB value is (206,112,39). Sum of RGB (Red+Green+Blue) = 206+112+39=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7027 is #318FD8. Grayscale: #848484. Windows color (decimal): -3248089 or 2584782. OLE color: 2584782.

HSL color Cylindrical-coordinate representation of color #CE7027: hue angle of 26.23º degrees, saturation: 0.68, 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 #CE7027 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 112 39 -
CMYK 0 0.46 0.81 0.19
HSL 26.23º 0.68% 0.48% -
HSV(B) 26.23º 0.81% 0.81% -
XYZ 31.61 24.86 5.05 -
YUV 131.78 75.64 180.94 -
System Red Green Blue C M Y K H S L
Decimal 206 112 39 0 0.46 0.81 0.19 26.23 0.68 0.48
Hex CE 70 27 0 2E 51 13 1A 44 30
Octal 316 160 47 0 56 121 23 32 104 60
Binary 11001110 1110000 100111 0 101110 1010001 10011 11010 1000100 110000

Color Harmonies of #CE7027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7027

Black with #CE7027

Text Example


Text Example

White with #CE7027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7027; }

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

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

background-color css

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

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

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

border-color css

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

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

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