Html Css Color HEX #CE7328 Ochre

📋 copy color: '#CE7328'

red 206 ◦ green 115 ◦ blue 40

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

Shades of Ochre #CE7328

Tints of Ochre #CE7328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.08%

R = 57.06%
G = 31.86%
B = 11.08%

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

#CE7328 (or 0xCE7328) is known color: Ochre. HEX triplet: CE, 73 and 28. RGB value is (206,115,40). Sum of RGB (Red+Green+Blue) = 206+115+40=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7328 is #318CD7. Grayscale: #868686. Windows color (decimal): -3247320 or 2651086. OLE color: 2651086.

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

Color convert

RGB 206 115 40 -
CMYK 0 0.44 0.81 0.19
HSL 27.11º 0.67% 0.48% -
HSV(B) 27.11º 0.81% 0.81% -
XYZ 31.97 25.54 5.25 -
YUV 133.66 75.15 179.6 -
System Red Green Blue C M Y K H S L
Decimal 206 115 40 0 0.44 0.81 0.19 27.11 0.67 0.48
Hex CE 73 28 0 2C 51 13 1B 43 30
Octal 316 163 50 0 54 121 23 33 103 60
Binary 11001110 1110011 101000 0 101100 1010001 10011 11011 1000011 110000

Color Harmonies of #CE7328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7328

Black with #CE7328

Text Example


Text Example

White with #CE7328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7328; }

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

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

background-color css

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

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

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

border-color css

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

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

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