Html Css Color HEX #CE7326 Ochre

📋 copy color: '#CE7326'

red 206 ◦ green 115 ◦ blue 38

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

Shades of Ochre #CE7326

Tints of Ochre #CE7326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.58%

R = 57.38%
G = 32.03%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE7326 (or 0xCE7326) is known color: Ochre. HEX triplet: CE, 73 and 26. RGB value is (206,115,38). Sum of RGB (Red+Green+Blue) = 206+115+38=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7326 is #318CD9. Grayscale: #858585. Windows color (decimal): -3247322 or 2520014. OLE color: 2520014.

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

Color convert

RGB 206 115 38 -
CMYK 0 0.44 0.82 0.19
HSL 27.5º 0.69% 0.48% -
HSV(B) 27.5º 0.82% 0.81% -
XYZ 31.93 25.52 5.08 -
YUV 133.43 74.15 179.76 -
System Red Green Blue C M Y K H S L
Decimal 206 115 38 0 0.44 0.82 0.19 27.5 0.69 0.48
Hex CE 73 26 0 2C 52 13 1C 45 30
Octal 316 163 46 0 54 122 23 34 105 60
Binary 11001110 1110011 100110 0 101100 1010010 10011 11100 1000101 110000

Color Harmonies of #CE7326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7326

Black with #CE7326

Text Example


Text Example

White with #CE7326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7326; }

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

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

background-color css

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

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

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

border-color css

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

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

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