Html Css Color HEX #CE7526 Ochre

📋 copy color: '#CE7526'

red 206 ◦ green 117 ◦ blue 38

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

Shades of Ochre #CE7526

Tints of Ochre #CE7526

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.41%

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

R = 57.06%
G = 32.41%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE7526 (or 0xCE7526) is known color: Ochre. HEX triplet: CE, 75 and 26. RGB value is (206,117,38). Sum of RGB (Red+Green+Blue) = 206+117+38=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7526 is #318AD9. Grayscale: #878787. Windows color (decimal): -3246810 or 2520526. OLE color: 2520526.

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

Color convert

RGB 206 117 38 -
CMYK 0 0.43 0.82 0.19
HSL 28.21º 0.69% 0.48% -
HSV(B) 28.21º 0.82% 0.81% -
XYZ 32.16 25.98 5.15 -
YUV 134.61 73.49 178.92 -
System Red Green Blue C M Y K H S L
Decimal 206 117 38 0 0.43 0.82 0.19 28.21 0.69 0.48
Hex CE 75 26 0 2B 52 13 1C 45 30
Octal 316 165 46 0 53 122 23 34 105 60
Binary 11001110 1110101 100110 0 101011 1010010 10011 11100 1000101 110000

Color Harmonies of #CE7526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7526

Black with #CE7526

Text Example


Text Example

White with #CE7526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7526; }

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

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

background-color css

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

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

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

border-color css

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

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

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