Html Css Color HEX #CE7420 Ochre

📋 copy color: '#CE7420'

red 206 ◦ green 116 ◦ blue 32

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

Shades of Ochre #CE7420

Tints of Ochre #CE7420

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.77%

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

R = 58.19%
G = 32.77%
B = 9.04%

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

#CE7420 (or 0xCE7420) is known color: Ochre. HEX triplet: CE, 74 and 20. RGB value is (206,116,32). Sum of RGB (Red+Green+Blue) = 206+116+32=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7420 is #318BDF. Grayscale: #858585. Windows color (decimal): -3247072 or 2127054. OLE color: 2127054.

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

Color convert

RGB 206 116 32 -
CMYK 0 0.44 0.84 0.19
HSL 28.97º 0.73% 0.47% -
HSV(B) 28.97º 0.84% 0.81% -
XYZ 31.96 25.72 4.65 -
YUV 133.33 70.82 179.83 -
System Red Green Blue C M Y K H S L
Decimal 206 116 32 0 0.44 0.84 0.19 28.97 0.73 0.47
Hex CE 74 20 0 2C 54 13 1D 49 2F
Octal 316 164 40 0 54 124 23 35 111 57
Binary 11001110 1110100 100000 0 101100 1010100 10011 11101 1001001 101111

Color Harmonies of #CE7420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7420

Black with #CE7420

Text Example


Text Example

White with #CE7420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7420; }

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

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

background-color css

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

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

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

border-color css

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

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

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