Html Css Color HEX #CE7227 Ochre

📋 copy color: '#CE7227'

red 206 ◦ green 114 ◦ blue 39

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

Shades of Ochre #CE7227

Tints of Ochre #CE7227

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.75%

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

R = 57.38%
G = 31.75%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE7227 (or 0xCE7227) is known color: Ochre. HEX triplet: CE, 72 and 27. RGB value is (206,114,39). Sum of RGB (Red+Green+Blue) = 206+114+39=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7227 is #318DD8. Grayscale: #858585. Windows color (decimal): -3247577 or 2585294. OLE color: 2585294.

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

Color convert

RGB 206 114 39 -
CMYK 0 0.45 0.81 0.19
HSL 26.95º 0.68% 0.48% -
HSV(B) 26.95º 0.81% 0.81% -
XYZ 31.84 25.3 5.13 -
YUV 132.96 74.98 180.1 -
System Red Green Blue C M Y K H S L
Decimal 206 114 39 0 0.45 0.81 0.19 26.95 0.68 0.48
Hex CE 72 27 0 2D 51 13 1B 44 30
Octal 316 162 47 0 55 121 23 33 104 60
Binary 11001110 1110010 100111 0 101101 1010001 10011 11011 1000100 110000

Color Harmonies of #CE7227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7227

Black with #CE7227

Text Example


Text Example

White with #CE7227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7227; }

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

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

background-color css

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

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

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

border-color css

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

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

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