Html Css Color HEX #CE7928 Ochre

📋 copy color: '#CE7928'

red 206 ◦ green 121 ◦ blue 40

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

Shades of Ochre #CE7928

Tints of Ochre #CE7928

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.97%

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

R = 56.13%
G = 32.97%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE7928 (or 0xCE7928) is known color: Ochre. HEX triplet: CE, 79 and 28. RGB value is (206,121,40). Sum of RGB (Red+Green+Blue) = 206+121+40=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7928 is #3186D7. Grayscale: #898989. Windows color (decimal): -3245784 or 2652622. OLE color: 2652622.

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

Color convert

RGB 206 121 40 -
CMYK 0 0.41 0.81 0.19
HSL 29.28º 0.67% 0.48% -
HSV(B) 29.28º 0.81% 0.81% -
XYZ 32.67 26.95 5.49 -
YUV 137.18 73.16 177.09 -
System Red Green Blue C M Y K H S L
Decimal 206 121 40 0 0.41 0.81 0.19 29.28 0.67 0.48
Hex CE 79 28 0 29 51 13 1D 43 30
Octal 316 171 50 0 51 121 23 35 103 60
Binary 11001110 1111001 101000 0 101001 1010001 10011 11101 1000011 110000

Color Harmonies of #CE7928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7928

Black with #CE7928

Text Example


Text Example

White with #CE7928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7928; }

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

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

background-color css

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

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

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

border-color css

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

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

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