Html Css Color HEX #CE8125 Ochre

📋 copy color: '#CE8125'

red 206 ◦ green 129 ◦ blue 37

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

Shades of Ochre #CE8125

Tints of Ochre #CE8125

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.68%

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

R = 55.38%
G = 34.68%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE8125 (or 0xCE8125) is known color: Ochre. HEX triplet: CE, 81 and 25. RGB value is (206,129,37). Sum of RGB (Red+Green+Blue) = 206+129+37=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8125 is #317EDA. Grayscale: #8D8D8D. Windows color (decimal): -3243739 or 2458062. OLE color: 2458062.

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

Color convert

RGB 206 129 37 -
CMYK 0 0.37 0.82 0.19
HSL 32.66º 0.7% 0.48% -
HSV(B) 32.66º 0.82% 0.81% -
XYZ 33.64 28.96 5.57 -
YUV 141.54 69.01 173.98 -
System Red Green Blue C M Y K H S L
Decimal 206 129 37 0 0.37 0.82 0.19 32.66 0.7 0.48
Hex CE 81 25 0 25 52 13 21 46 30
Octal 316 201 45 0 45 122 23 41 106 60
Binary 11001110 10000001 100101 0 100101 1010010 10011 100001 1000110 110000

Color Harmonies of #CE8125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8125

Black with #CE8125

Text Example


Text Example

White with #CE8125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8125; }

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

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

background-color css

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

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

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

border-color css

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

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

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