Html Css Color HEX #CE7428 Ochre

📋 copy color: '#CE7428'

red 206 ◦ green 116 ◦ blue 40

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

Shades of Ochre #CE7428

Tints of Ochre #CE7428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.04%

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

R = 56.91%
G = 32.04%
B = 11.05%

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

#CE7428 (or 0xCE7428) is known color: Ochre. HEX triplet: CE, 74 and 28. RGB value is (206,116,40). Sum of RGB (Red+Green+Blue) = 206+116+40=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7428 is #318BD7. Grayscale: #868686. Windows color (decimal): -3247064 or 2651342. OLE color: 2651342.

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

Color convert

RGB 206 116 40 -
CMYK 0 0.44 0.81 0.19
HSL 27.47º 0.67% 0.48% -
HSV(B) 27.47º 0.81% 0.81% -
XYZ 32.08 25.77 5.29 -
YUV 134.25 74.82 179.18 -
System Red Green Blue C M Y K H S L
Decimal 206 116 40 0 0.44 0.81 0.19 27.47 0.67 0.48
Hex CE 74 28 0 2C 51 13 1B 43 30
Octal 316 164 50 0 54 121 23 33 103 60
Binary 11001110 1110100 101000 0 101100 1010001 10011 11011 1000011 110000

Color Harmonies of #CE7428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7428

Black with #CE7428

Text Example


Text Example

White with #CE7428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7428; }

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

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

background-color css

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

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

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

border-color css

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

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

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