Html Css Color HEX #CE7128 Ochre

📋 copy color: '#CE7128'

red 206 ◦ green 113 ◦ blue 40

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

Shades of Ochre #CE7128

Tints of Ochre #CE7128

RGB

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

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

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

R = 57.38%
G = 31.48%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE7128 (or 0xCE7128) is known color: Ochre. HEX triplet: CE, 71 and 28. RGB value is (206,113,40). Sum of RGB (Red+Green+Blue) = 206+113+40=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7128 is #318ED7. Grayscale: #848484. Windows color (decimal): -3247832 or 2650574. OLE color: 2650574.

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

Color convert

RGB 206 113 40 -
CMYK 0 0.45 0.81 0.19
HSL 26.39º 0.67% 0.48% -
HSV(B) 26.39º 0.81% 0.81% -
XYZ 31.74 25.09 5.18 -
YUV 132.49 75.81 180.44 -
System Red Green Blue C M Y K H S L
Decimal 206 113 40 0 0.45 0.81 0.19 26.39 0.67 0.48
Hex CE 71 28 0 2D 51 13 1A 43 30
Octal 316 161 50 0 55 121 23 32 103 60
Binary 11001110 1110001 101000 0 101101 1010001 10011 11010 1000011 110000

Color Harmonies of #CE7128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7128

Black with #CE7128

Text Example


Text Example

White with #CE7128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7128; }

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

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

background-color css

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

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

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

border-color css

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

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

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