Html Css Color HEX #CE7C28 Ochre

📋 copy color: '#CE7C28'

red 206 ◦ green 124 ◦ blue 40

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

Shades of Ochre #CE7C28

Tints of Ochre #CE7C28

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.51%

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

R = 55.68%
G = 33.51%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE7C28 (or 0xCE7C28) is known color: Ochre. HEX triplet: CE, 7C and 28. RGB value is (206,124,40). Sum of RGB (Red+Green+Blue) = 206+124+40=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7C28 is #3183D7. Grayscale: #8B8B8B. Windows color (decimal): -3245016 or 2653390. OLE color: 2653390.

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

Color convert

RGB 206 124 40 -
CMYK 0 0.40 0.81 0.19
HSL 30.36º 0.67% 0.48% -
HSV(B) 30.36º 0.81% 0.81% -
XYZ 33.04 27.69 5.61 -
YUV 138.94 72.17 175.83 -
System Red Green Blue C M Y K H S L
Decimal 206 124 40 0 0.40 0.81 0.19 30.36 0.67 0.48
Hex CE 7C 28 0 28 51 13 1E 43 30
Octal 316 174 50 0 50 121 23 36 103 60
Binary 11001110 1111100 101000 0 101000 1010001 10011 11110 1000011 110000

Color Harmonies of #CE7C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7C28

Black with #CE7C28

Text Example


Text Example

White with #CE7C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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