Html Css Color HEX #CE7728 Ochre

📋 copy color: '#CE7728'

red 206 ◦ green 119 ◦ blue 40

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

Shades of Ochre #CE7728

Tints of Ochre #CE7728

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.6%

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

R = 56.44%
G = 32.6%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE7728 (or 0xCE7728) is known color: Ochre. HEX triplet: CE, 77 and 28. RGB value is (206,119,40). Sum of RGB (Red+Green+Blue) = 206+119+40=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7728 is #3188D7. Grayscale: #888888. Windows color (decimal): -3246296 or 2652110. OLE color: 2652110.

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

Color convert

RGB 206 119 40 -
CMYK 0 0.42 0.81 0.19
HSL 28.55º 0.67% 0.48% -
HSV(B) 28.55º 0.81% 0.81% -
XYZ 32.43 26.47 5.41 -
YUV 136.01 73.82 177.92 -
System Red Green Blue C M Y K H S L
Decimal 206 119 40 0 0.42 0.81 0.19 28.55 0.67 0.48
Hex CE 77 28 0 2A 51 13 1D 43 30
Octal 316 167 50 0 52 121 23 35 103 60
Binary 11001110 1110111 101000 0 101010 1010001 10011 11101 1000011 110000

Color Harmonies of #CE7728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7728

Black with #CE7728

Text Example


Text Example

White with #CE7728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7728; }

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

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

background-color css

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

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

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

border-color css

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

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

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