Html Css Color HEX #CE7327 Ochre

📋 copy color: '#CE7327'

red 206 ◦ green 115 ◦ blue 39

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

Shades of Ochre #CE7327

Tints of Ochre #CE7327

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.94%

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

R = 57.22%
G = 31.94%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE7327 (or 0xCE7327) is known color: Ochre. HEX triplet: CE, 73 and 27. RGB value is (206,115,39). Sum of RGB (Red+Green+Blue) = 206+115+39=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7327 is #318CD8. Grayscale: #858585. Windows color (decimal): -3247321 or 2585550. OLE color: 2585550.

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

Color convert

RGB 206 115 39 -
CMYK 0 0.44 0.81 0.19
HSL 27.31º 0.68% 0.48% -
HSV(B) 27.31º 0.81% 0.81% -
XYZ 31.95 25.53 5.16 -
YUV 133.55 74.65 179.68 -
System Red Green Blue C M Y K H S L
Decimal 206 115 39 0 0.44 0.81 0.19 27.31 0.68 0.48
Hex CE 73 27 0 2C 51 13 1B 44 30
Octal 316 163 47 0 54 121 23 33 104 60
Binary 11001110 1110011 100111 0 101100 1010001 10011 11011 1000100 110000

Color Harmonies of #CE7327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7327

Black with #CE7327

Text Example


Text Example

White with #CE7327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7327; }

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

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

background-color css

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

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

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

border-color css

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

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

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