Html Css Color HEX #CE7325 Ochre

📋 copy color: '#CE7325'

red 206 ◦ green 115 ◦ blue 37

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

Shades of Ochre #CE7325

Tints of Ochre #CE7325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.34%

R = 57.54%
G = 32.12%
B = 10.34%

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

#CE7325 (or 0xCE7325) is known color: Ochre. HEX triplet: CE, 73 and 25. RGB value is (206,115,37). Sum of RGB (Red+Green+Blue) = 206+115+37=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7325 is #318CDA. Grayscale: #858585. Windows color (decimal): -3247323 or 2454478. OLE color: 2454478.

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

Color convert

RGB 206 115 37 -
CMYK 0 0.44 0.82 0.19
HSL 27.69º 0.7% 0.48% -
HSV(B) 27.69º 0.82% 0.81% -
XYZ 31.92 25.52 4.99 -
YUV 133.32 73.65 179.84 -
System Red Green Blue C M Y K H S L
Decimal 206 115 37 0 0.44 0.82 0.19 27.69 0.7 0.48
Hex CE 73 25 0 2C 52 13 1C 46 30
Octal 316 163 45 0 54 122 23 34 106 60
Binary 11001110 1110011 100101 0 101100 1010010 10011 11100 1000110 110000

Color Harmonies of #CE7325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7325

Black with #CE7325

Text Example


Text Example

White with #CE7325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7325; }

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

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

background-color css

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

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

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

border-color css

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

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

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