Html Css Color HEX #CE7120 Ochre

📋 copy color: '#CE7120'

red 206 ◦ green 113 ◦ blue 32

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

Shades of Ochre #CE7120

Tints of Ochre #CE7120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.19%

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

R = 58.69%
G = 32.19%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE7120 (or 0xCE7120) is known color: Ochre. HEX triplet: CE, 71 and 20. RGB value is (206,113,32). Sum of RGB (Red+Green+Blue) = 206+113+32=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7120 is #318EDF. Grayscale: #838383. Windows color (decimal): -3247840 or 2126286. OLE color: 2126286.

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

Color convert

RGB 206 113 32 -
CMYK 0 0.45 0.84 0.19
HSL 27.93º 0.73% 0.47% -
HSV(B) 27.93º 0.84% 0.81% -
XYZ 31.62 25.04 4.53 -
YUV 131.57 71.81 181.09 -
System Red Green Blue C M Y K H S L
Decimal 206 113 32 0 0.45 0.84 0.19 27.93 0.73 0.47
Hex CE 71 20 0 2D 54 13 1C 49 2F
Octal 316 161 40 0 55 124 23 34 111 57
Binary 11001110 1110001 100000 0 101101 1010100 10011 11100 1001001 101111

Color Harmonies of #CE7120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7120

Black with #CE7120

Text Example


Text Example

White with #CE7120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7120; }

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

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

background-color css

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

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

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

border-color css

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

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

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