Html Css Color HEX #CE7E19 Ochre

📋 copy color: '#CE7E19'

red 206 ◦ green 126 ◦ blue 25

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

Shades of Ochre #CE7E19

Tints of Ochre #CE7E19

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.29%

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

R = 57.7%
G = 35.29%
B = 7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE7E19 (or 0xCE7E19) is known color: Ochre. HEX triplet: CE, 7E and 19. RGB value is (206,126,25). Sum of RGB (Red+Green+Blue) = 206+126+25=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7E19 is #3181E6. Grayscale: #8A8A8A. Windows color (decimal): -3244519 or 1670862. OLE color: 1670862.

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

Color convert

RGB 206 126 25 -
CMYK 0 0.39 0.88 0.19
HSL 33.48º 0.78% 0.45% -
HSV(B) 33.48º 0.88% 0.81% -
XYZ 33.09 28.11 4.6 -
YUV 138.41 64 176.21 -
System Red Green Blue C M Y K H S L
Decimal 206 126 25 0 0.39 0.88 0.19 33.48 0.78 0.45
Hex CE 7E 19 0 27 58 13 21 4E 2D
Octal 316 176 31 0 47 130 23 41 116 55
Binary 11001110 1111110 11001 0 100111 1011000 10011 100001 1001110 101101

Color Harmonies of #CE7E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E19

Black with #CE7E19

Text Example


Text Example

White with #CE7E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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