Html Css Color HEX #CE8419 Ochre

📋 copy color: '#CE8419'

red 206 ◦ green 132 ◦ blue 25

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

Shades of Ochre #CE8419

Tints of Ochre #CE8419

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.36%

 BLUE value IS 25 (10.16% from 255) = 6.89%

R = 56.75%
G = 36.36%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE8419 (or 0xCE8419) is known color: Ochre. HEX triplet: CE, 84 and 19. RGB value is (206,132,25). Sum of RGB (Red+Green+Blue) = 206+132+25=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8419 is #317BE6. Grayscale: #8E8E8E. Windows color (decimal): -3242983 or 1672398. OLE color: 1672398.

HSL color Cylindrical-coordinate representation of color #CE8419: hue angle of 35.47º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE8419 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 132 25 -
CMYK 0 0.36 0.88 0.19
HSL 35.47º 0.78% 0.45% -
HSV(B) 35.47º 0.88% 0.81% -
XYZ 33.88 29.69 4.87 -
YUV 141.93 62.02 173.7 -
System Red Green Blue C M Y K H S L
Decimal 206 132 25 0 0.36 0.88 0.19 35.47 0.78 0.45
Hex CE 84 19 0 24 58 13 23 4E 2D
Octal 316 204 31 0 44 130 23 43 116 55
Binary 11001110 10000100 11001 0 100100 1011000 10011 100011 1001110 101101

Color Harmonies of #CE8419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8419

Black with #CE8419

Text Example


Text Example

White with #CE8419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8419; }

 p { color: rgb(206,132,25); }

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

background-color css

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

 a { background-color: rgb(206,132,25); }

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

border-color css

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

 span { border-color: rgb(206,132,25); }

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