Html Css Color HEX #CE7925 Ochre

📋 copy color: '#CE7925'

red 206 ◦ green 121 ◦ blue 37

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

Shades of Ochre #CE7925

Tints of Ochre #CE7925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.16%

R = 56.59%
G = 33.24%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE7925 (or 0xCE7925) is known color: Ochre. HEX triplet: CE, 79 and 25. RGB value is (206,121,37). Sum of RGB (Red+Green+Blue) = 206+121+37=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 37 (14.84% from 255 or 10.16% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7925 is #3186DA. Grayscale: #898989. Windows color (decimal): -3245787 or 2456014. OLE color: 2456014.

HSL color Cylindrical-coordinate representation of color #CE7925: hue angle of 29.82º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE7925 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 121 37 -
CMYK 0 0.41 0.82 0.19
HSL 29.82º 0.7% 0.48% -
HSV(B) 29.82º 0.82% 0.81% -
XYZ 32.62 26.93 5.23 -
YUV 136.84 71.66 177.33 -
System Red Green Blue C M Y K H S L
Decimal 206 121 37 0 0.41 0.82 0.19 29.82 0.7 0.48
Hex CE 79 25 0 29 52 13 1E 46 30
Octal 316 171 45 0 51 122 23 36 106 60
Binary 11001110 1111001 100101 0 101001 1010010 10011 11110 1000110 110000

Color Harmonies of #CE7925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7925

Black with #CE7925

Text Example


Text Example

White with #CE7925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7925; }

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

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

background-color css

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

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

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

border-color css

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

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

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