Html Css Color HEX #CE7125 Ochre

📋 copy color: '#CE7125'

red 206 ◦ green 113 ◦ blue 37

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

Shades of Ochre #CE7125

Tints of Ochre #CE7125

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.74%

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

R = 57.87%
G = 31.74%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE7125 (or 0xCE7125) is known color: Ochre. HEX triplet: CE, 71 and 25. RGB value is (206,113,37). Sum of RGB (Red+Green+Blue) = 206+113+37=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7125 is #318EDA. Grayscale: #848484. Windows color (decimal): -3247835 or 2453966. OLE color: 2453966.

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

Color convert

RGB 206 113 37 -
CMYK 0 0.45 0.82 0.19
HSL 26.98º 0.7% 0.48% -
HSV(B) 26.98º 0.82% 0.81% -
XYZ 31.69 25.07 4.92 -
YUV 132.14 74.31 180.68 -
System Red Green Blue C M Y K H S L
Decimal 206 113 37 0 0.45 0.82 0.19 26.98 0.7 0.48
Hex CE 71 25 0 2D 52 13 1B 46 30
Octal 316 161 45 0 55 122 23 33 106 60
Binary 11001110 1110001 100101 0 101101 1010010 10011 11011 1000110 110000

Color Harmonies of #CE7125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7125

Black with #CE7125

Text Example


Text Example

White with #CE7125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7125; }

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

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

background-color css

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

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

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

border-color css

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

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

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