Html Css Color HEX #CE7F17 Ochre

📋 copy color: '#CE7F17'

red 206 ◦ green 127 ◦ blue 23

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

Shades of Ochre #CE7F17

Tints of Ochre #CE7F17

RGB

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

 GREEN value IS 127 (50% from 255) = 35.67%

 BLUE value IS 23 (9.38% from 255) = 6.46%

R = 57.87%
G = 35.67%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE7F17 (or 0xCE7F17) is known color: Ochre. HEX triplet: CE, 7F and 17. RGB value is (206,127,23). Sum of RGB (Red+Green+Blue) = 206+127+23=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7F17 is #3180E8. Grayscale: #8B8B8B. Windows color (decimal): -3244265 or 1540046. OLE color: 1540046.

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

Color convert

RGB 206 127 23 -
CMYK 0 0.38 0.89 0.19
HSL 34.1º 0.8% 0.45% -
HSV(B) 34.1º 0.89% 0.81% -
XYZ 33.2 28.36 4.54 -
YUV 138.77 62.67 175.96 -
System Red Green Blue C M Y K H S L
Decimal 206 127 23 0 0.38 0.89 0.19 34.1 0.8 0.45
Hex CE 7F 17 0 26 59 13 22 50 2D
Octal 316 177 27 0 46 131 23 42 120 55
Binary 11001110 1111111 10111 0 100110 1011001 10011 100010 1010000 101101

Color Harmonies of #CE7F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7F17

Black with #CE7F17

Text Example


Text Example

White with #CE7F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7F17; }

 p { color: rgb(206,127,23); }

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

background-color css

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

 a { background-color: rgb(206,127,23); }

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

border-color css

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

 span { border-color: rgb(206,127,23); }

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