Html Css Color HEX #CE7321 Ochre

📋 copy color: '#CE7321'

red 206 ◦ green 115 ◦ blue 33

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

Shades of Ochre #CE7321

Tints of Ochre #CE7321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.32%

R = 58.19%
G = 32.49%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE7321 (or 0xCE7321) is known color: Ochre. HEX triplet: CE, 73 and 21. RGB value is (206,115,33). Sum of RGB (Red+Green+Blue) = 206+115+33=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7321 is #318CDE. Grayscale: #858585. Windows color (decimal): -3247327 or 2192334. OLE color: 2192334.

HSL color Cylindrical-coordinate representation of color #CE7321: hue angle of 28.44º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE7321 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 115 33 -
CMYK 0 0.44 0.84 0.19
HSL 28.44º 0.72% 0.47% -
HSV(B) 28.44º 0.84% 0.81% -
XYZ 31.86 25.49 4.68 -
YUV 132.86 71.65 180.17 -
System Red Green Blue C M Y K H S L
Decimal 206 115 33 0 0.44 0.84 0.19 28.44 0.72 0.47
Hex CE 73 21 0 2C 54 13 1C 48 2F
Octal 316 163 41 0 54 124 23 34 110 57
Binary 11001110 1110011 100001 0 101100 1010100 10011 11100 1001000 101111

Color Harmonies of #CE7321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7321

Black with #CE7321

Text Example


Text Example

White with #CE7321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7321; }

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

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

background-color css

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

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

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

border-color css

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

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

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