Html Css Color HEX #CE7320 Ochre

📋 copy color: '#CE7320'

red 206 ◦ green 115 ◦ blue 32

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

Shades of Ochre #CE7320

Tints of Ochre #CE7320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.07%

R = 58.36%
G = 32.58%
B = 9.07%

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

#CE7320 (or 0xCE7320) is known color: Ochre. HEX triplet: CE, 73 and 20. RGB value is (206,115,32). Sum of RGB (Red+Green+Blue) = 206+115+32=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7320 is #318CDF. Grayscale: #858585. Windows color (decimal): -3247328 or 2126798. OLE color: 2126798.

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

Color convert

RGB 206 115 32 -
CMYK 0 0.44 0.84 0.19
HSL 28.62º 0.73% 0.47% -
HSV(B) 28.62º 0.84% 0.81% -
XYZ 31.85 25.49 4.61 -
YUV 132.75 71.15 180.25 -
System Red Green Blue C M Y K H S L
Decimal 206 115 32 0 0.44 0.84 0.19 28.62 0.73 0.47
Hex CE 73 20 0 2C 54 13 1D 49 2F
Octal 316 163 40 0 54 124 23 35 111 57
Binary 11001110 1110011 100000 0 101100 1010100 10011 11101 1001001 101111

Color Harmonies of #CE7320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7320

Black with #CE7320

Text Example


Text Example

White with #CE7320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7320; }

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

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

background-color css

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

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

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

border-color css

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

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

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